From 98a1a7151e36c7017b1071701df28e84dacc4676 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 11 Apr 2007 12:46:06 +0000 Subject: [PATCH] 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 --- test/Feature/packed_cmp.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Feature/packed_cmp.ll b/test/Feature/packed_cmp.ll index eb2f30dbc93..f9ed6844219 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: *