summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Feature/newcasts.ll2
-rwxr-xr-xtest/Feature/packed_struct.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/newcasts.ll b/test/Feature/newcasts.ll
index 00919d180d..148e2eee9f 100644
--- a/test/Feature/newcasts.ll
+++ b/test/Feature/newcasts.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; 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
diff --git a/test/Feature/packed_struct.ll b/test/Feature/packed_struct.ll
index 8c620bb724..10a607ec31 100755
--- a/test/Feature/packed_struct.ll
+++ b/test/Feature/packed_struct.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; 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 &&
; RUN: not grep cast %t2.ll &&