[llvm-branch-commits] [llvm-branch] r100630 - /llvm/branches/ggreif/CallInst-operands/lib/Transforms/InstCombine/InstCombineCalls.cpp
Gabor Greif
ggreif at gmail.com
Wed Apr 7 09:14:00 PDT 2010
Author: ggreif
Date: Wed Apr 7 11:14:00 2010
New Revision: 100630
URL: http://llvm.org/viewvc/llvm-project?rev=100630&view=rev
Log:
cosmetics
Modified:
llvm/branches/ggreif/CallInst-operands/lib/Transforms/InstCombine/InstCombineCalls.cpp
Modified: llvm/branches/ggreif/CallInst-operands/lib/Transforms/InstCombine/InstCombineCalls.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/ggreif/CallInst-operands/lib/Transforms/InstCombine/InstCombineCalls.cpp?rev=100630&r1=100629&r2=100630&view=diff
==============================================================================
--- llvm/branches/ggreif/CallInst-operands/lib/Transforms/InstCombine/InstCombineCalls.cpp (original)
+++ llvm/branches/ggreif/CallInst-operands/lib/Transforms/InstCombine/InstCombineCalls.cpp Wed Apr 7 11:14:00 2010
@@ -378,7 +378,6 @@
Constant *RetVal = ConstantInt::get(ReturnTy, Size-Offset);
return ReplaceInstUsesWith(CI, RetVal);
-
}
// Do not return "I don't know" here. Later optimization passes could
More information about the llvm-branch-commits
mailing list