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 | a950e99dee42a37db0eb2d8700398af9da1f1775 (patch) | |
tree | 90dfcb631189a6c5f99117b9cdf132d88d2be63a /llvm/lib/Target | |
parent | 0203db73ee97215a16deaf8133d0082b488265a3 (diff) | |
download | bcm5719-llvm-a950e99dee42a37db0eb2d8700398af9da1f1775.tar.gz bcm5719-llvm-a950e99dee42a37db0eb2d8700398af9da1f1775.zip |
Use doxygen comment syntax.
llvm-svn: 64150
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/X86/X86TargetMachine.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/X86TargetMachine.h b/llvm/lib/Target/X86/X86TargetMachine.h index eaf81df5abc..bb56d96533a 100644 --- a/llvm/lib/Target/X86/X86TargetMachine.h +++ b/llvm/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; }; |