Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Feature / small.ll
index 5d80e2003a72ae9afe3bdc12cf0b0bbefcd70848..6ef37c7083a08eecddb1928a55e533b2077243cc 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