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 | 74bb9f5ad413f38958e64052a8d409fb5f20ec33 (patch) | |
tree | f929dabf6d10ad6d73d324f711989b2ad40ddcbb /test/Assembler/2003-01-30-UnsignedString.ll | |
parent | 6a38ec3796ec8f79cfec55defdc5913ce15ff70a (diff) | |
download | external_llvm-74bb9f5ad413f38958e64052a8d409fb5f20ec33.zip external_llvm-74bb9f5ad413f38958e64052a8d409fb5f20ec33.tar.gz external_llvm-74bb9f5ad413f38958e64052a8d409fb5f20ec33.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-01-30-UnsignedString.ll')
-rw-r--r-- | test/Assembler/2003-01-30-UnsignedString.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Assembler/2003-01-30-UnsignedString.ll b/test/Assembler/2003-01-30-UnsignedString.ll index f99b31a..6d221a8 100644 --- a/test/Assembler/2003-01-30-UnsignedString.ll +++ b/test/Assembler/2003-01-30-UnsignedString.ll @@ -1,5 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f +; RUN: llvm-as < %s -o /dev/null -f - -%spell_order = global [4 x ubyte] c"\FF\00\F7\00" +@spell_order = global [4 x i8] c"\FF\00\F7\00" |