diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-03-26 01:46:56 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-03-26 01:46:56 +0000 |
| commit | 189d67181c800c46ef03ca45f35cc4acf9da2395 (patch) | |
| tree | 47294814edc6afaf691641dd31a73501dd5a9e9f /llvm | |
| parent | 137108da15574b56300e0da84c9e5a190e65fd3b (diff) | |
| download | bcm5719-llvm-189d67181c800c46ef03ca45f35cc4acf9da2395.tar.gz bcm5719-llvm-189d67181c800c46ef03ca45f35cc4acf9da2395.zip | |
Doxygen-ify comments.
llvm-svn: 67727
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |

