projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46fea10
)
Make sure this test uses llvm-upgrade.
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 11 Apr 2007 12:46:06 +0000
(12:46 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 11 Apr 2007 12:46:06 +0000
(12:46 +0000)
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
patch
|
blob
|
history
diff --git
a/test/Feature/packed_cmp.ll
b/test/Feature/packed_cmp.ll
index eb2f30dbc9302c5ec3ced67053312bed23cfce9c..f9ed6844219ec453cb5593694e15f8406e77ae0f 100755
(executable)
--- 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: *