Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Feature / cfgstructures.ll
index b044b5cf52e804dd0c58687e0663a1446f8770a4..b16af47af1c427989a51bb2aa7b523a193e8bf15 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