Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Analysis / GlobalsModRef / indirect-global.ll
index 206955eba75210390185ebf70e2d08a1e0c58b7e..d0f79c12ea8f7cedee4169551d120c2a6f6d442c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -globalsmodref-aa -load-vn -gcse -instcombine | llvm-dis | grep 'ret int 0'
+; RUN: llvm-upgrade < %s | llvm-as | opt -globalsmodref-aa -load-vn -gcse -instcombine | llvm-dis | grep 'ret int 0'
 %G = internal global int* null
 
 implementation
 %G = internal global int* null
 
 implementation