diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-07-17 18:16:09 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-07-17 18:16:09 +0000 |
commit | 574470a561388f0c4701de3389dafb8c1bb1f7ed (patch) | |
tree | d1e67d3acafc5736ac43a35946b2bd8b5478b6e2 | |
parent | c462d2577675649f2fb6f7e4e5a3de7163efb5a0 (diff) |
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39976 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2007-05-07-InvokeSRet.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2007-05-07-InvokeSRet.ll b/test/CodeGen/X86/2007-05-07-InvokeSRet.ll index 3ce25d954a..b1b015d2bb 100644 --- a/test/CodeGen/X86/2007-05-07-InvokeSRet.ll +++ b/test/CodeGen/X86/2007-05-07-InvokeSRet.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -enable-eh -disable-fp-elim |&\ -; RUN: grep {addl .12, %esp} | wc -l | grep 1 +; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -enable-eh -disable-fp-elim | not grep {addl .8, %esp} ; PR1398 %struct.S = type { i32, i32 } |