aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Target/X86/X86TargetMachine.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/X86/X86TargetMachine.h b/lib/Target/X86/X86TargetMachine.h
index eaf81df..bb56d96 100644
--- a/lib/Target/X86/X86TargetMachine.h
+++ b/lib/Target/X86/X86TargetMachine.h
@@ -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;
};