diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-16 18:27:24 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-16 18:27:24 +0000 |
commit | e6c3dc88ca209cd754c604f18f1d63d172ed36a0 (patch) | |
tree | 470175dcc813b4ea45e08035f683e2838416421d /lib/CodeGen/MachineFunction.cpp | |
parent | 51d1cb3d887c9e30887d8ab701a424987b7e7aa2 (diff) |
Add a note that people shouldn't use MachineFunctionInfo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15823 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineFunction.cpp')
-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 |