diff options
Diffstat (limited to 'test/Feature/packed_cmp.ll')
-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: * |