Change the argument to getIntegerSCEV to be an int64_t, rather
[oota-llvm.git] / include / llvm / IntrinsicInst.h
index 151e4344f3b8319cf8e93e70705bb239d6117459..d86b33ef50a8e8cc22af165f67cb7f4b84226af8 100644 (file)
@@ -82,7 +82,7 @@ namespace llvm {
   ///
   class DbgDeclareInst : public DbgInfoIntrinsic {
   public:
-    Value *getAddress()  const { return getOperand(1); }
+    Value *getAddress() const;
     MDNode *getVariable() const { return cast<MDNode>(getOperand(2)); }
 
     // Methods for support type inquiry through isa, cast, and dyn_cast: