diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-09-20 22:12:42 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-09-20 22:12:42 +0000 |
| commit | 0e2d162d1ee3b6c9c41404edcc68419be93ba459 (patch) | |
| tree | 78c7c21be835c1f689cf794acd33c7cef9f2e95d /llvm/lib/Transforms/InstCombine/InstCombine.h | |
| parent | ec2ea125a8209f5ae040e879e9a9e4f33057dbe6 (diff) | |
| download | bcm5719-llvm-0e2d162d1ee3b6c9c41404edcc68419be93ba459.tar.gz bcm5719-llvm-0e2d162d1ee3b6c9c41404edcc68419be93ba459.zip | |
InstCombine: Remove unused argument. No functionality change.
llvm-svn: 191112
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombine.h')
| -rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombine.h b/llvm/lib/Transforms/InstCombine/InstCombine.h index e29bf1aa780..ee9510609e3 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombine.h +++ b/llvm/lib/Transforms/InstCombine/InstCombine.h @@ -158,8 +158,8 @@ public: ConstantInt *DivRHS); Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI, ConstantInt *DivRHS); - Instruction *FoldICmpAddOpCst(ICmpInst &ICI, Value *X, ConstantInt *CI, - ICmpInst::Predicate Pred, Value *TheAdd); + Instruction *FoldICmpAddOpCst(Instruction &ICI, Value *X, ConstantInt *CI, + ICmpInst::Predicate Pred); Instruction *FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS, ICmpInst::Predicate Cond, Instruction &I); Instruction *FoldShiftByConstant(Value *Op0, ConstantInt *Op1, |

