From 763550323dc0d59be9544851a89e0bec5f29a044 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 22 Dec 2006 02:04:05 +0000 Subject: Debug dump error. llvm-svn: 32743 --- llvm/lib/CodeGen/MachineFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/MachineFunction.cpp') diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp index 030e893f8f0..d26b3258fe8 100644 --- a/llvm/lib/CodeGen/MachineFunction.cpp +++ b/llvm/lib/CodeGen/MachineFunction.cpp @@ -466,7 +466,7 @@ void MachineConstantPool::print(std::ostream &OS) const { Constants[i].Val.MachineCPVal->print(OS); else OS << *(Value*)Constants[i].Val.ConstVal; - OS << " , offset=" << Constants[i].Offset; + OS << " , offset=" << Constants[i].getOffset(); OS << "\n"; } } -- cgit v1.2.3