Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / GlobalOpt / deadglobal-2.llx
index d426aff5c6b36cddabc2d2142727079dc0cb6228..5fa98250a4a03979af2ee4c06287d495473039e8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -globalopt | llvm-dis | not grep internal
+; RUN: llvm-upgrade < %s | llvm-as | opt -globalopt | llvm-dis | not grep internal
 
 ; This is a harder case to delete as the GEP has a variable index.