mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-14 11:46:07 +00:00
Doxygen-ify comments.
llvm-svn: 67727
This commit is contained in:
parent
137108da15
commit
189d67181c
@ -654,8 +654,8 @@ namespace llvm {
|
|||||||
bool invSrc = false) const;
|
bool invSrc = false) const;
|
||||||
|
|
||||||
/// Utility function to emit atomic min and max. It takes the min/max
|
/// Utility function to emit atomic min and max. It takes the min/max
|
||||||
// instruction to expand, the associated basic block, and the associated
|
/// instruction to expand, the associated basic block, and the associated
|
||||||
// cmov opcode for moving the min or max value.
|
/// cmov opcode for moving the min or max value.
|
||||||
MachineBasicBlock *EmitAtomicMinMaxWithCustomInserter(MachineInstr *BInstr,
|
MachineBasicBlock *EmitAtomicMinMaxWithCustomInserter(MachineInstr *BInstr,
|
||||||
MachineBasicBlock *BB,
|
MachineBasicBlock *BB,
|
||||||
unsigned cmovOpc) const;
|
unsigned cmovOpc) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user