[llvm-commits] CVS: llvm/lib/CodeGen/MachineFunction.cpp

Evan Cheng evan.cheng at apple.com
Thu Dec 21 18:04:20 PST 2006



Changes in directory llvm/lib/CodeGen:

MachineFunction.cpp updated: 1.106 -> 1.107
---
Log message:

Debug dump error.

---
Diffs of the changes:  (+1 -1)

 MachineFunction.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/CodeGen/MachineFunction.cpp
diff -u llvm/lib/CodeGen/MachineFunction.cpp:1.106 llvm/lib/CodeGen/MachineFunction.cpp:1.107
--- llvm/lib/CodeGen/MachineFunction.cpp:1.106	Thu Dec 14 13:17:33 2006
+++ llvm/lib/CodeGen/MachineFunction.cpp	Thu Dec 21 20:04:05 2006
@@ -466,7 +466,7 @@
       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";
   }
 }






More information about the llvm-commits mailing list