From 333014e2562f221d9d42e7bf65d0263e66760c53 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64150 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; }; -- 2.34.1