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 | 224704fc6f482793d944497d06f7488c51bbb208 (patch) | |
tree | 11ef8a2380dc68547b17e5132c4b31e87b3ca33c /llvm/lib | |
parent | f03b47c7f1ba16a30ae588d4df1ada3e91d66a43 (diff) | |
download | bcm5719-llvm-224704fc6f482793d944497d06f7488c51bbb208.tar.gz bcm5719-llvm-224704fc6f482793d944497d06f7488c51bbb208.zip |
Add a note that people shouldn't use MachineFunctionInfo.
llvm-svn: 15823
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/MachineFunction.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp index b9462db6664..c1699f04c6d 100644 --- a/llvm/lib/CodeGen/MachineFunction.cpp +++ b/llvm/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 |