[llvm-commits] [llvm] r52481 - /llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll

Evan Cheng evan.cheng at apple.com
Wed Jun 18 18:46:43 PDT 2008


Author: evancheng
Date: Wed Jun 18 20:46:43 2008
New Revision: 52481

URL: http://llvm.org/viewvc/llvm-project?rev=52481&view=rev
Log:
This got better.

Modified:
    llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll

Modified: llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll?rev=52481&r1=52480&r2=52481&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll Wed Jun 18 20:46:43 2008
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -realign-stack=0 |&\
-; RUN:     grep {asm-printer} | grep 32
+; RUN:     grep {asm-printer} | grep 31
 
 target datalayout = "e-p:32:32"
 define void @foo(i32* %mc, i32* %bp, i32* %ms, i32* %xmb, i32* %mpp, i32* %tpmm, i32* %ip, i32* %tpim, i32* %dpp, i32* %tpdm, i32* %bpi, i32 %M) nounwind {





More information about the llvm-commits mailing list