From 0892cee81fa8c1ea6a0901b268fe9ad2b8fa733a Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Fri, 24 Mar 2006 09:50:27 +0000 Subject: Rename for truth in advertising. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27063 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IntrinsicInst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/IntrinsicInst.h') diff --git a/include/llvm/IntrinsicInst.h b/include/llvm/IntrinsicInst.h index da1bc4ddce..b82fa02370 100644 --- a/include/llvm/IntrinsicInst.h +++ b/include/llvm/IntrinsicInst.h @@ -163,7 +163,7 @@ namespace llvm { /// DbgDeclareInst - This represents the llvm.dbg.declare instruction. /// struct DbgDeclareInst : public DbgInfoIntrinsic { - Value *getAllocA() const { return StripCast(getOperand(1)); } + Value *getAddress() const { return StripCast(getOperand(1)); } Value *getVariable() const { return StripCast(getOperand(2)); } // Methods for support type inquiry through isa, cast, and dyn_cast: -- cgit v1.2.3