aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
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
commitaff20c03fba4ffe521cfb248f7a69a3a7adaa6fa (patch)
treea86a3817487936232ab4b2b9afe62e011fca94ca /include/llvm/CodeGen
parent9b9d45f60e9304b2b08a0efac5041e92e9d05df1 (diff)
downloadexternal_llvm-aff20c03fba4ffe521cfb248f7a69a3a7adaa6fa.zip
external_llvm-aff20c03fba4ffe521cfb248f7a69a3a7adaa6fa.tar.gz
external_llvm-aff20c03fba4ffe521cfb248f7a69a3a7adaa6fa.tar.bz2
dainty
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20653 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/MachineFunction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h
index fee690a..34685dd 100644
--- a/include/llvm/CodeGen/MachineFunction.h
+++ b/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() {