diff options
author | Tanya Lattner <tonic@nondot.org> | 2008-02-14 07:57:12 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2008-02-14 07:57:12 +0000 |
commit | 6e9bceea976a993dbc6a543c2135980df7616b97 (patch) | |
tree | f929dabf6d10ad6d73d324f711989b2ad40ddcbb /test/Assembler/2003-10-04-NotMergingGlobalConstants.ll | |
parent | e8b7ccf0c9a06831266d690d0b10ead71e0a4ac5 (diff) | |
download | external_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/2003-10-04-NotMergingGlobalConstants.ll')
-rw-r--r-- | test/Assembler/2003-10-04-NotMergingGlobalConstants.ll | 9 |
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 47c40d4..9acea59 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 |