aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-05-07-InvokeSRet.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-07-19 23:53:29 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-07-19 23:53:29 +0000
commit158622cca39286a82f4766c6f29e681fee1a4b77 (patch)
tree5ddce0c239b6af2a7e7d141d0d5ef8c9a4e2aa8a /test/CodeGen/X86/2007-05-07-InvokeSRet.ll
parentd4d01b71a7c3cf3b0901ccbb8a49c9e1e7cedcb4 (diff)
downloadexternal_llvm-158622cca39286a82f4766c6f29e681fee1a4b77.zip
external_llvm-158622cca39286a82f4766c6f29e681fee1a4b77.tar.gz
external_llvm-158622cca39286a82f4766c6f29e681fee1a4b77.tar.bz2
Try fixing it again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-05-07-InvokeSRet.ll')
-rw-r--r--test/CodeGen/X86/2007-05-07-InvokeSRet.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-05-07-InvokeSRet.ll b/test/CodeGen/X86/2007-05-07-InvokeSRet.ll
index b1b015d..ff7aac0 100644
--- a/test/CodeGen/X86/2007-05-07-InvokeSRet.ll
+++ b/test/CodeGen/X86/2007-05-07-InvokeSRet.ll
@@ -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 }