summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-03-17 18:23:22 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-03-17 18:23:22 +0000
commite20f4cd1b0bd89de9a6ea69b7aae467eb68a5f98 (patch)
tree27a7ce102ec39249d30b9bb0e2651c475c87fed7
parent91ed0a11cf97abb68d44d70cc66de47678c4211d (diff)
downloadbcm5719-llvm-e20f4cd1b0bd89de9a6ea69b7aae467eb68a5f98.tar.gz
bcm5719-llvm-e20f4cd1b0bd89de9a6ea69b7aae467eb68a5f98.zip
dainty
llvm-svn: 20653
-rw-r--r--llvm/include/llvm/CodeGen/MachineFunction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineFunction.h b/llvm/include/llvm/CodeGen/MachineFunction.h
index fee690a7b90..34685dd720c 100644
--- a/llvm/include/llvm/CodeGen/MachineFunction.h
+++ b/llvm/include/llvm/CodeGen/MachineFunction.h
@@ -135,7 +135,8 @@ public:
MachineConstantPool *getConstantPool() const { return ConstantPool; }
/// MachineFunctionInfo - Keep track of various per-function pieces of
- /// information for the sparc backend.
+ /// information for backends that would like to do so. (Currently,
+ /// SPARC and IA64.)
///
template<typename Ty>
Ty *getInfo() {
OpenPOWER on IntegriCloud