summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-10-12 01:42:03 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-10-12 01:42:03 +0000
commit32159c13f988505d240603145e4c21181041d3ba (patch)
treef239ef23f1e24db5fbd5c8564d1cfe4e8f7b10da /test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
parent4fe4f254ce677e49448ab22cf83a25729e5b9634 (diff)
downloadllvm-32159c13f988505d240603145e4c21181041d3ba.tar.gz
llvm-32159c13f988505d240603145e4c21181041d3ba.tar.bz2
llvm-32159c13f988505d240603145e4c21181041d3ba.tar.xz
Update tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30895 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll')
-rw-r--r--test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll b/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
index 66ad1b1f76..2d4e94f288 100644
--- a/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
+++ b/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin8.6.1 -relocation-model=static | grep 'movl _last' | wc -l | grep 2
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin8 -relocation-model=static | grep 'movl _last' | wc -l | grep 1 &&
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin8 -relocation-model=static | grep 'cmpl.*_last' | wc -l | grep 1
%block = external global ubyte* ; <ubyte**> [#uses=1]
%last = external global int ; <int*> [#uses=3]