Try fixing it again.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 19 Jul 2007 23:53:29 +0000 (23:53 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 19 Jul 2007 23:53:29 +0000 (23:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40072 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2007-05-07-InvokeSRet.ll

index b1b015d2bba7d05b7f5ade59d863cf9ee2d803e0..ff7aac0239d8d53aea8cdddcf163a5698460bff5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -enable-eh -disable-fp-elim | not grep {addl .8, %esp}
+; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -enable-eh -disable-fp-elim | not grep {addl .12, %esp}
 ; PR1398
 
        %struct.S = type { i32, i32 }