Doxygen-ify comments.

llvm-svn: 67727
This commit is contained in:
Bill Wendling 2009-03-26 01:46:56 +00:00
parent 137108da15
commit 189d67181c

View 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;