Fix an odd comment.
authorNadav Rotem <nrotem@apple.com>
Sat, 4 May 2013 23:24:56 +0000 (23:24 +0000)
committerNadav Rotem <nrotem@apple.com>
Sat, 4 May 2013 23:24:56 +0000 (23:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181136 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 26ad64eeca6d0b8dd3354bf0d1cfc7acec273b9c..751fb49d85088694556b2ff1a34df6112685fe60 100644 (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) {