Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / X86 / 2006-08-07-CycleInDAG.ll
index a8a37325b65e6be94c99c8b9dba89a75249c816d..1de402858eaa182260cc0c136947ee6c15c1c9c8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2
 
 fastcc int %test(%struct.foo* %v, %struct.foo* %vi) {
        br bool false, label %ilog2.exit, label %cond_true.i