llvm.dbg.declare intrinsic does not use any llvm::Values. It's magic!
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombine.h
index 9c2969c7ab22d7257c168e40405101c523323a8c..0da962a5f40876965102d1b76076e0c3621e3e30 100644 (file)
@@ -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: