Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Assembler / 2004-12-05-LocalGlobalSymtabConflict.ll
index 66e7d121a9efe0dab4caaea1a52512ae70688920..5743e42f9d2aaa2ea8e1aa6a594d6e0b713d2a7e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep '%G = alloca int'
+; RUN: llvm-upgrade < %s | llvm-as | opt -inline | llvm-dis | not grep '%G = alloca int'
 
 ; In this testcase, %bar stores to the global G.  Make sure that inlining does
 ; not cause it to store to the G in main instead.