From e6c3dc88ca209cd754c604f18f1d63d172ed36a0 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Mon, 16 Aug 2004 18:27:24 +0000 Subject: [PATCH] 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 --- lib/CodeGen/MachineFunction.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/CodeGen/MachineFunction.cpp b/lib/CodeGen/MachineFunction.cpp index b9462db6664..c1699f04c6d 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 -- 2.11.0