[llvm-commits] CVS: llvm/lib/CodeGen/MachineFunction.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Aug 16 11:27:37 PDT 2004
Changes in directory llvm/lib/CodeGen:
MachineFunction.cpp updated: 1.68 -> 1.69
---
Log message:
Add a note that people shouldn't use MachineFunctionInfo.
---
Diffs of the changes: (+2 -0)
Index: llvm/lib/CodeGen/MachineFunction.cpp
diff -u llvm/lib/CodeGen/MachineFunction.cpp:1.68 llvm/lib/CodeGen/MachineFunction.cpp:1.69
--- llvm/lib/CodeGen/MachineFunction.cpp:1.68 Sun Aug 15 17:02:22 2004
+++ llvm/lib/CodeGen/MachineFunction.cpp Mon Aug 16 13:27:24 2004
@@ -309,6 +309,8 @@
//===----------------------------------------------------------------------===//
// MachineFunctionInfo implementation
+// NOTE: MachineFunctionInfo and its methods are specific to the SparcV9
+// target - don't use them in other targets.
//===----------------------------------------------------------------------===//
static unsigned
More information about the llvm-commits
mailing list