[llvm-commits] [llvm] r124652 - /llvm/trunk/lib/Target/X86/X86FrameLowering.cpp

Carl Norum carl.norum at apple.com
Mon Jan 31 23:38:42 PST 2011


Author: carl
Date: Tue Feb  1 01:38:42 2011
New Revision: 124652

URL: http://llvm.org/viewvc/llvm-project?rev=124652&view=rev
Log:
Test commit - fix a double 'should' in a comment.

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

Modified: llvm/trunk/lib/Target/X86/X86FrameLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86FrameLowering.cpp?rev=124652&r1=124651&r2=124652&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86FrameLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86FrameLowering.cpp Tue Feb  1 01:38:42 2011
@@ -598,7 +598,7 @@
              STI.isTargetWin64() && 
              !STI.isTargetEnvMacho()) {
     // Sanity check that EAX is not livein for this function.  It should
-    // should not be, so throw an assert.
+    // not be, so throw an assert.
     assert(!isEAXLiveIn(MF) && "EAX is livein in the Win64 case!");
 
     // Handle the 64-bit Windows ABI case where we need to call __chkstk.





More information about the llvm-commits mailing list