Fix an odd comment.

llvm-svn: 181136
This commit is contained in:
Nadav Rotem 2013-05-04 23:24:56 +00:00
parent 7b55b97dba
commit 42932bdcd0
1 changed files with 1 additions and 2 deletions

View File

@ -16252,8 +16252,7 @@ static SDValue PerformSHLCombine(SDNode *N, SelectionDAG &DAG) {
return SDValue();
}
/// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
/// when possible.
/// PerformShiftCombine - Combine shifts.
static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
TargetLowering::DAGCombinerInfo &DCI,
const X86Subtarget *Subtarget) {