remove a turd

llvm-svn: 81186
This commit is contained in:
Chris Lattner 2009-09-08 03:47:41 +00:00
parent d3210e1a20
commit d1b21c6092
1 changed files with 0 additions and 1 deletions

View 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.