[llvm-commits] [llvm] r67727 - /llvm/trunk/lib/Target/X86/X86ISelLowering.h
Bill Wendling
isanbard at gmail.com
Wed Mar 25 18:46:57 PDT 2009
Author: void
Date: Wed Mar 25 20:46:56 2009
New Revision: 67727
URL: http://llvm.org/viewvc/llvm-project?rev=67727&view=rev
Log:
Doxygen-ify comments.
Modified:
llvm/trunk/lib/Target/X86/X86ISelLowering.h
Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.h?rev=67727&r1=67726&r2=67727&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.h (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.h Wed Mar 25 20:46:56 2009
@@ -654,8 +654,8 @@
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;
More information about the llvm-commits
mailing list