mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-19 17:47:38 +00:00
Use doxygen comment syntax.
llvm-svn: 64150
This commit is contained in:
parent
b7e521e39d
commit
548d7c9145
@ -83,10 +83,10 @@ public:
|
||||
virtual bool addSimpleCodeEmitter(PassManagerBase &PM, bool Fast,
|
||||
bool DumpAsm, MachineCodeEmitter &MCE);
|
||||
|
||||
// symbolicAddressesAreRIPRel - Return true if symbolic addresses are
|
||||
// RIP-relative on this machine, taking into consideration the relocation
|
||||
// model and subtarget. RIP-relative addresses cannot have a separate
|
||||
// base or index register.
|
||||
/// symbolicAddressesAreRIPRel - Return true if symbolic addresses are
|
||||
/// RIP-relative on this machine, taking into consideration the relocation
|
||||
/// model and subtarget. RIP-relative addresses cannot have a separate
|
||||
/// base or index register.
|
||||
bool symbolicAddressesAreRIPRel() const;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user