From 189d67181c800c46ef03ca45f35cc4acf9da2395 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 26 Mar 2009 01:46:56 +0000 Subject: Doxygen-ify comments. llvm-svn: 67727 --- llvm/lib/Target/X86/X86ISelLowering.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/Target') diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h index a531ad24d4c..d4bd578506c 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.h +++ b/llvm/lib/Target/X86/X86ISelLowering.h @@ -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; -- cgit v1.2.3