mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Fix X86MachineFunctionInfo's doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69127 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
33f1c68cba
commit
6288b93f00
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user