Doxygen-ify comments.
authorBill Wendling <isanbard@gmail.com>
Thu, 26 Mar 2009 01:46:56 +0000 (01:46 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 26 Mar 2009 01:46:56 +0000 (01:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67727 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.h

index a531ad24d4c0ea6a409a97d1f66eaaf3b3b3d5c2..d4bd578506c32c2b2b120577f9de409d42815b74 100644 (file)
@@ -654,8 +654,8 @@ namespace llvm {
                                                     bool invSrc = false) const;
     
     /// Utility function to emit atomic min and max.  It takes the min/max
-    // instruction to expand, the associated basic block, and the associated
-    // cmov opcode for moving the min or max value.
+    /// instruction to expand, the associated basic block, and the associated
+    /// cmov opcode for moving the min or max value.
     MachineBasicBlock *EmitAtomicMinMaxWithCustomInserter(MachineInstr *BInstr,
                                                           MachineBasicBlock *BB,
                                                         unsigned cmovOpc) const;