Use doxygen comment syntax.
authorDan Gohman <gohman@apple.com>
Mon, 9 Feb 2009 18:12:09 +0000 (18:12 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Feb 2009 18:12:09 +0000 (18:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64150 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86TargetMachine.h

index eaf81df5abcc95a5643a3329632ba75cf0678db7..bb56d96533ab94e316e90401608602d693730987 100644 (file)
@@ -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;
 };