summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-04-15 01:20:18 +0000
committerDan Gohman <gohman@apple.com>2009-04-15 01:20:18 +0000
commit6f873b446a18b96b5bc32119e5191cf0401ea078 (patch)
treec2bda99585d100fde7e190671a4510cd14ffedc9 /llvm/lib
parent210448c2338b264d47de552e5a5b52f382b5daf3 (diff)
downloadbcm5719-llvm-6f873b446a18b96b5bc32119e5191cf0401ea078.tar.gz
bcm5719-llvm-6f873b446a18b96b5bc32119e5191cf0401ea078.zip
Fix X86MachineFunctionInfo's doxygen comment.
llvm-svn: 69127
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86MachineFunctionInfo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86MachineFunctionInfo.h b/llvm/lib/Target/X86/X86MachineFunctionInfo.h
index df79520ed35..8a5ac2c9a85 100644
--- a/llvm/lib/Target/X86/X86MachineFunctionInfo.h
+++ b/llvm/lib/Target/X86/X86MachineFunctionInfo.h
@@ -24,8 +24,8 @@ enum NameDecorationStyle {
FastCall
};
-/// X86MachineFunctionInfo - This class is derived from MachineFunction private
-/// X86 target-specific information for each MachineFunction.
+/// X86MachineFunctionInfo - This class is derived from MachineFunction and
+/// contains private X86 target-specific information for each MachineFunction.
class X86MachineFunctionInfo : public MachineFunctionInfo {
/// ForceFramePointer - True if the function is required to use of frame
/// pointer for reasons other than it containing dynamic allocation or
@@ -106,6 +106,7 @@ public:
unsigned getGlobalBaseReg() const { return GlobalBaseReg; }
void setGlobalBaseReg(unsigned Reg) { GlobalBaseReg = Reg; }
};
+
} // End llvm namespace
#endif
OpenPOWER on IntegriCloud