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 | bddc442a00c2216834499f10c12d023f1751104c (patch) | |
tree | b048ac2a7b460c9ce6071a5e5b6fa8a5b8eb3fc4 | |
parent | 6aae1d6582fe8519c42d9774d670bb93c78e9637 (diff) |
Doxygen-ify comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67727 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86ISelLowering.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h index a531ad24d4..d4bd578506 100644 --- a/lib/Target/X86/X86ISelLowering.h +++ b/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; |