aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx')
-rw-r--r--test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx b/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx
index 75e223d..ef3b579 100644
--- a/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx
+++ b/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx
@@ -1,4 +1,3 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep common | grep X
-
-%X = linkonce global int 5
+; RUN: llvm-as < %s | llc -march=c | grep common | grep X
+@X = linkonce global i32 5