projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c0d91
)
remove dead code.
author
Chris Lattner
<sabre@nondot.org>
Tue, 22 Apr 2008 03:21:48 +0000
(
03:21
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/InstructionCombining.cpp
b/lib/Transforms/Scalar/InstructionCombining.cpp
index ab8ddaba2e82e4c3f311553f5822e60989e8f172..555942ddc18d28680de47706b6cd1a35f0528b36 100644
(file)
--- a/
lib/Transforms/Scalar/InstructionCombining.cpp
+++ b/
lib/Transforms/Scalar/InstructionCombining.cpp
@@
-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);