diff options
author | Dan Gohman <gohman@apple.com> | 2009-02-09 18:12:09 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-02-09 18:12:09 +0000 |
commit | 333014e2562f221d9d42e7bf65d0263e66760c53 (patch) | |
tree | 24a65d971af622368c0cb9f080222f2d95863751 | |
parent | b9070d3f6309929e47503e2790a368592b4bd201 (diff) |
Use doxygen comment syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64150 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86TargetMachine.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/X86/X86TargetMachine.h b/lib/Target/X86/X86TargetMachine.h index eaf81df5ab..bb56d96533 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; }; |