summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-10-04-NotMergingGlobalConstants.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/2003-10-04-NotMergingGlobalConstants.ll
parente8b7ccf0c9a06831266d690d0b10ead71e0a4ac5 (diff)
downloadllvm-6e9bceea976a993dbc6a543c2135980df7616b97.tar.gz
llvm-6e9bceea976a993dbc6a543c2135980df7616b97.tar.bz2
llvm-6e9bceea976a993dbc6a543c2135980df7616b97.tar.xz
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/2003-10-04-NotMergingGlobalConstants.ll')
-rw-r--r--test/Assembler/2003-10-04-NotMergingGlobalConstants.ll9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll b/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
index 47c40d4260..9acea591bf 100644
--- a/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
+++ b/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
@@ -1,7 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
+; RUN: llvm-as < %s -o /dev/null -f
-%T = type opaque
-%X = global %T* null
-%Y = global int* null
+%T = type i32
+@X = global i32* null ; <i32**> [#uses=0]
+@Y = global i32* null ; <i32**> [#uses=0]
-%T = type int