not fully implemented yet.
[oota-llvm.git] / test / Feature / inlineasm.ll
index 9043b494ea6bac4c4b2e0b04293197ed890e4afd..c8f59f24cf4d70e5ea14daa101bc41668f74fa36 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as %s -o /dev/null -f &&
-; RUN: llvm-as %s -o - | llvm-dis > Output/t1.ll &&
-; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll &&
+; RUN: llvm-upgrade %s -o - | llvm-as -o /dev/null -f
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > Output/t1.ll
+; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll
 ; RUN: diff Output/t1.ll Output/t2.ll