Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / LoopUnswitch / basictest.ll
index 12fef813b8c6f6db54beb348b2f402a57878d873..c0c14b95007a2ad312bc87ba93f4e7adbbf0ecc5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -loop-unswitch -disable-output
+; RUN: llvm-upgrade < %s | llvm-as | opt -loop-unswitch -disable-output
 implementation   ; Functions:
 
 int %test(int* %A, bool %C) {