[llvm-commits] [llvm] r106574 - /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Jim Grosbach grosbach at apple.com
Tue Jun 22 13:52:03 PDT 2010


Author: grosbach
Date: Tue Jun 22 15:52:02 2010
New Revision: 106574

URL: http://llvm.org/viewvc/llvm-project?rev=106574&view=rev
Log:
fix typo

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=106574&r1=106573&r2=106574&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Tue Jun 22 15:52:02 2010
@@ -9843,7 +9843,7 @@
 
 // On X86 and X86-64, atomic operations are lowered to locked instructions.
 // Locked instructions, in turn, have implicit fence semantics (all memory
-// operations are flushed before issuing the locked instruction, and the
+// operations are flushed before issuing the locked instruction, and they
 // are not buffered), so we can fold away the common pattern of
 // fence-atomic-fence.
 static SDValue PerformMEMBARRIERCombine(SDNode* N, SelectionDAG &DAG) {





More information about the llvm-commits mailing list