mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Make a comment a doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63988 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2325c7b1c5
commit
288b824cef
@ -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…
x
Reference in New Issue
Block a user