mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-20 08:54:08 +00:00
Use doxygen comment syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64150 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9070d3f63
commit
333014e256
@ -83,10 +83,10 @@ public:
|
|||||||
virtual bool addSimpleCodeEmitter(PassManagerBase &PM, bool Fast,
|
virtual bool addSimpleCodeEmitter(PassManagerBase &PM, bool Fast,
|
||||||
bool DumpAsm, MachineCodeEmitter &MCE);
|
bool DumpAsm, MachineCodeEmitter &MCE);
|
||||||
|
|
||||||
// symbolicAddressesAreRIPRel - Return true if symbolic addresses are
|
/// symbolicAddressesAreRIPRel - Return true if symbolic addresses are
|
||||||
// RIP-relative on this machine, taking into consideration the relocation
|
/// RIP-relative on this machine, taking into consideration the relocation
|
||||||
// model and subtarget. RIP-relative addresses cannot have a separate
|
/// model and subtarget. RIP-relative addresses cannot have a separate
|
||||||
// base or index register.
|
/// base or index register.
|
||||||
bool symbolicAddressesAreRIPRel() const;
|
bool symbolicAddressesAreRIPRel() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user