mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
Doxygen-ify comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6aae1d6582
commit
bddc442a00
@ -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…
Reference in New Issue
Block a user