remove a turd
authorChris Lattner <sabre@nondot.org>
Tue, 8 Sep 2009 03:47:41 +0000 (03:47 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Sep 2009 03:47:41 +0000 (03:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81186 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/InstructionCombining.cpp

index 17d75555c45032dd767d51b01d10680839157daa..fcbb4d351d5f63b792aad44ed26f7d8e988e6068 100644 (file)
@@ -12145,7 +12145,6 @@ Instruction *InstCombiner::visitExtractElementInst(ExtractElementInst &EI) {
           return BinaryOperator::Create(BO->getOpcode(), newEI0, newEI1);
         }
       } else if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
-//        r25299
         // Instead of loading a vector, then doing an extract element out of it,
         // just bitcast the pointer operand, do a gep, then load the result.
         // This shrinks the vector load to a scalar load.