[llvm-commits] [llvm] r82314 - /llvm/trunk/lib/Target/X86/X86ISelLowering.h
Evan Cheng
evan.cheng at apple.com
Sat Sep 19 03:09:16 PDT 2009
Author: evancheng
Date: Sat Sep 19 05:09:15 2009
New Revision: 82314
URL: http://llvm.org/viewvc/llvm-project?rev=82314&view=rev
Log:
Fix funky comments.
Modified:
llvm/trunk/lib/Target/X86/X86ISelLowering.h
Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.h?rev=82314&r1=82313&r2=82314&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.h (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.h Sat Sep 19 05:09:15 2009
@@ -696,15 +696,15 @@
/// 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,
More information about the llvm-commits
mailing list