summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-03-26 01:46:56 +0000
committerBill Wendling <isanbard@gmail.com>2009-03-26 01:46:56 +0000
commit189d67181c800c46ef03ca45f35cc4acf9da2395 (patch)
tree47294814edc6afaf691641dd31a73501dd5a9e9f /llvm/lib/Target
parent137108da15574b56300e0da84c9e5a190e65fd3b (diff)
downloadbcm5719-llvm-189d67181c800c46ef03ca45f35cc4acf9da2395.tar.gz
bcm5719-llvm-189d67181c800c46ef03ca45f35cc4acf9da2395.zip
Doxygen-ify comments.
llvm-svn: 67727
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.h4
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;
OpenPOWER on IntegriCloud