mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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 X86TargetMachine::symbolicAddressesAreRIPRel() const {
|
bool X86TargetMachine::symbolicAddressesAreRIPRel() const {
|
||||||
return getRelocationModel() != Reloc::Static &&
|
return getRelocationModel() != Reloc::Static &&
|
||||||
Subtarget.isPICStyleRIPRel();
|
Subtarget.isPICStyleRIPRel();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user