diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-09-19 10:09:15 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-09-19 10:09:15 +0000 |
commit | b82b5514fecdb5cb4501969c88b7952dd713f436 (patch) | |
tree | b43a84e5d06d023c9b5510ed05ee66cd1dfa541f | |
parent | 1c69c47b23da1c34f3c18b0309a6dee8129074b4 (diff) | |
download | bcm5719-llvm-b82b5514fecdb5cb4501969c88b7952dd713f436.tar.gz bcm5719-llvm-b82b5514fecdb5cb4501969c88b7952dd713f436.zip |
Fix funky comments.
llvm-svn: 82314
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h index 5f69e43a5fa..440742d897d 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.h +++ b/llvm/lib/Target/X86/X86ISelLowering.h @@ -696,15 +696,15 @@ namespace llvm { /// Utility function to emit string processing sse4.2 instructions /// that return in xmm0. - // This takes the instruction to expand, the associated machine basic - // block, the number of args, and whether or not the second arg is - // in memory or not. + /// This takes the instruction to expand, the associated machine basic + /// block, the number of args, and whether or not the second arg is + /// in memory or not. MachineBasicBlock *EmitPCMP(MachineInstr *BInstr, MachineBasicBlock *BB, unsigned argNum, bool inMem) const; /// Utility function to emit atomic bitwise operations (and, or, xor). - // It takes the bitwise instruction to expand, the associated machine basic - // block, and the associated X86 opcodes for reg/reg and reg/imm. + /// It takes the bitwise instruction to expand, the associated machine basic + /// block, and the associated X86 opcodes for reg/reg and reg/imm. MachineBasicBlock *EmitAtomicBitwiseWithCustomInserter( MachineInstr *BInstr, MachineBasicBlock *BB, |