diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-11 12:46:06 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-11 12:46:06 +0000 |
commit | 98a1a7151e36c7017b1071701df28e84dacc4676 (patch) | |
tree | 51d1135a5c3ca3b7a23e9f6f5687d99140f0022c /test/Feature | |
parent | 46fea1088193c79c9614235285470aac21a79790 (diff) | |
download | external_llvm-98a1a7151e36c7017b1071701df28e84dacc4676.zip external_llvm-98a1a7151e36c7017b1071701df28e84dacc4676.tar.gz external_llvm-98a1a7151e36c7017b1071701df28e84dacc4676.tar.bz2 |
Make sure this test uses llvm-upgrade.
Don't allow false positives.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35900 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rwxr-xr-x | test/Feature/packed_cmp.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Feature/packed_cmp.ll b/test/Feature/packed_cmp.ll index eb2f30d..f9ed684 100755 --- a/test/Feature/packed_cmp.ll +++ b/test/Feature/packed_cmp.ll @@ -1,6 +1,7 @@ ; This test checks to make sure that NE and EQ comparisons of ; vector types work. -; RUN: llvm-as < %s | llvm-dis > %t1.ll +; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > /dev/null -f && +; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll ; XFAIL: * |