diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/MachineFunction.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/MachineFunction.cpp b/lib/CodeGen/MachineFunction.cpp index b9462db666..c1699f04c6 100644 --- a/lib/CodeGen/MachineFunction.cpp +++ b/lib/CodeGen/MachineFunction.cpp @@ -309,6 +309,8 @@ void MachineConstantPool::dump() const { print(std::cerr); } //===----------------------------------------------------------------------===// // MachineFunctionInfo implementation +// NOTE: MachineFunctionInfo and its methods are specific to the SparcV9 +// target - don't use them in other targets. //===----------------------------------------------------------------------===// static unsigned |