forked from OSchip/llvm-project
Add a note that people shouldn't use MachineFunctionInfo.
llvm-svn: 15823
This commit is contained in:
parent
f03b47c7f1
commit
224704fc6f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue