[llvm-commits] CVS: llvm/include/llvm/IntrinsicInst.h
Jim Laskey
jlaskey at apple.com
Fri Mar 24 01:50:41 PST 2006
Changes in directory llvm/include/llvm:
IntrinsicInst.h updated: 1.13 -> 1.14
---
Log message:
Rename for truth in advertising.
---
Diffs of the changes: (+1 -1)
IntrinsicInst.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/IntrinsicInst.h
diff -u llvm/include/llvm/IntrinsicInst.h:1.13 llvm/include/llvm/IntrinsicInst.h:1.14
--- llvm/include/llvm/IntrinsicInst.h:1.13 Thu Mar 23 12:05:12 2006
+++ llvm/include/llvm/IntrinsicInst.h Fri Mar 24 03:50:26 2006
@@ -163,7 +163,7 @@
/// 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:
More information about the llvm-commits
mailing list