remove dead code.
authorChris Lattner <sabre@nondot.org>
Tue, 22 Apr 2008 03:21:48 +0000 (03:21 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Apr 2008 03:21:48 +0000 (03:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50080 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/InstructionCombining.cpp

index ab8ddaba2e82e4c3f311553f5822e60989e8f172..555942ddc18d28680de47706b6cd1a35f0528b36 100644 (file)
@@ -4950,7 +4950,6 @@ static Value *EmitGEPOffset(User *GEP, Instruction &I, InstCombiner &IC) {
 /// 
 static Value *EvaluateGEPOffsetExpression(User *GEP, Instruction &I,
                                           InstCombiner &IC) {
-//  return 0;
   TargetData &TD = IC.getTargetData();
   gep_type_iterator GTI = gep_type_begin(GEP);