mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-18 17:17:49 +00:00
Make a comment a doxygen comment.
llvm-svn: 63988
This commit is contained in:
parent
3625a6c8db
commit
8aeae15ebd
@ -254,10 +254,10 @@ bool X86TargetMachine::addSimpleCodeEmitter(PassManagerBase &PM, bool Fast,
|
||||
return false;
|
||||
}
|
||||
|
||||
// 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 X86TargetMachine::symbolicAddressesAreRIPRel() const {
|
||||
return getRelocationModel() != Reloc::Static &&
|
||||
Subtarget.isPICStyleRIPRel();
|
||||
|
Loading…
Reference in New Issue
Block a user