aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll')
-rw-r--r--test/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll b/test/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll
index 66e7d12..5743e42 100644
--- a/test/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll
+++ b/test/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll
@@ -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.