From 548d7c9145e75ddfe696a4cbb2f85452e5bae502 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 9 Feb 2009 18:12:09 +0000 Subject: [PATCH] Use doxygen comment syntax. llvm-svn: 64150 --- lib/Target/X86/X86TargetMachine.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Target/X86/X86TargetMachine.h b/lib/Target/X86/X86TargetMachine.h index eaf81df5abc..bb56d96533a 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; };