diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 20:34:08 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 20:34:08 +0000 |
commit | d7c2c2f753ae80257798fd25a879ec17df953c5b (patch) | |
tree | c78dd40b1101360a07cdaca9c660ab5d7fd1879c /test/Assembler/2003-10-04-NotMergingGlobalConstants.ll | |
parent | 21fdb97a9142490ac534bdfa3cf254575b6c847b (diff) | |
download | external_llvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.zip external_llvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.tar.gz external_llvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.tar.bz2 |
Use llvm-upgrade these tests as they all use old assembly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32130 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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll b/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll index c9f5c5e..47c40d4 100644 --- a/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll +++ b/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s -o /dev/null -f - +; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f %T = type opaque %X = global %T* null |