aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-12-15-GlobalResolve.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-02-14 07:57:12 +0000
committerTanya Lattner <tonic@nondot.org>2008-02-14 07:57:12 +0000
commit6e9bceea976a993dbc6a543c2135980df7616b97 (patch)
treef929dabf6d10ad6d73d324f711989b2ad40ddcbb /test/Assembler/2002-12-15-GlobalResolve.ll
parente8b7ccf0c9a06831266d690d0b10ead71e0a4ac5 (diff)
downloadexternal_llvm-6e9bceea976a993dbc6a543c2135980df7616b97.zip
external_llvm-6e9bceea976a993dbc6a543c2135980df7616b97.tar.gz
external_llvm-6e9bceea976a993dbc6a543c2135980df7616b97.tar.bz2
Remove llvm-upgrade
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47119 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2002-12-15-GlobalResolve.ll')
-rw-r--r--test/Assembler/2002-12-15-GlobalResolve.ll13
1 files changed, 5 insertions, 8 deletions
diff --git a/test/Assembler/2002-12-15-GlobalResolve.ll b/test/Assembler/2002-12-15-GlobalResolve.ll
index 0a6e22c..2227219 100644
--- a/test/Assembler/2002-12-15-GlobalResolve.ll
+++ b/test/Assembler/2002-12-15-GlobalResolve.ll
@@ -1,10 +1,7 @@
-; RUN: llvm-upgrade < %s 2>/dev/null | llvm-as -o /dev/null -f
-; RUN: llvm-upgrade < %s |& grep {Renaming global variable 'X' to}
+; RUN: llvm-as < %s -o /dev/null -f
-%X = external global uint *
-%X = external global %T*
-%X = external global int *
+@X = external global i32*
+@X1 = external global %T*
+@X2 = external global i32*
-%T = type int
-
-implementation
+%T = type i32