aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombine.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-03-08 22:12:11 +0000
committerDevang Patel <dpatel@apple.com>2011-03-08 22:12:11 +0000
commit5aa3fa6d827e162893534454b2a2c4b6e50884fc (patch)
tree2544e6ac6501f3dc09b3566d3d5bfd006eabb394 /lib/Transforms/InstCombine/InstCombine.h
parent19ba42eda272bd5894ae4228a3598288bded4617 (diff)
downloadexternal_llvm-5aa3fa6d827e162893534454b2a2c4b6e50884fc.zip
external_llvm-5aa3fa6d827e162893534454b2a2c4b6e50884fc.tar.gz
external_llvm-5aa3fa6d827e162893534454b2a2c4b6e50884fc.tar.bz2
llvm.dbg.declare intrinsic does not use any llvm::Values. It's magic!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/InstCombine/InstCombine.h')
-rw-r--r--lib/Transforms/InstCombine/InstCombine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/InstCombine/InstCombine.h b/lib/Transforms/InstCombine/InstCombine.h
index 9c2969c..0da962a 100644
--- a/lib/Transforms/InstCombine/InstCombine.h
+++ b/lib/Transforms/InstCombine/InstCombine.h
@@ -218,7 +218,6 @@ private:
Instruction *transformZExtICmp(ICmpInst *ICI, Instruction &CI,
bool DoXform = true);
bool WillNotOverflowSignedAdd(Value *LHS, Value *RHS);
- DbgDeclareInst *hasOneUsePlusDeclare(Value *V);
Value *EmitGEPOffset(User *GEP);
public: