Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Feature / intrinsics.ll
index 6733e3711948e505411b022accf48470c209906b..3cb8728c2dd63b543ca14dad5cbffc21f8ad47f1 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o - | 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