Revert r112938 "Fix comment", which depends on r112934, which introduced some
authorDaniel Dunbar <daniel@zuster.org>
Fri, 3 Sep 2010 19:38:08 +0000 (19:38 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 3 Sep 2010 19:38:08 +0000 (19:38 +0000)
infinite loop and select failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112999 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 216ad10e3a8128584951c404757b26d98e397bb8..2327af30005ad88bfe99e92e6fa394b3b57e4b16 100644 (file)
@@ -9787,9 +9787,9 @@ static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG,
   return EltsFromConsecutiveLoads(VT, Elts, dl, DAG);
 }
 
-/// PerformEXTRACT_VECTOR_ELTCombine - Detect vector gather/scatter index
-/// generation and convert it from being a bunch of shuffles and extracts
-/// to a simple store and scalar loads to extract the elements.
+/// PerformShuffleCombine - Detect vector gather/scatter index generation
+/// and convert it from being a bunch of shuffles and extracts to a simple
+/// store and scalar loads to extract the elements.
 static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG,
                                                 const TargetLowering &TLI) {
   SDValue InputVector = N->getOperand(0);