diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-07 07:46:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-07 07:46:15 +0000 |
commit | ec3a78f7adec15649d9d5885397ef3e11c6897e5 (patch) | |
tree | fc13dd47bad7647cff87360348d94a4cdf954835 /test/Assembler/2004-01-20-MaxLongLong.llx | |
parent | ac196c66a36018bbadace783a7b8b68bc5c21d2a (diff) | |
download | external_llvm-ec3a78f7adec15649d9d5885397ef3e11c6897e5.zip external_llvm-ec3a78f7adec15649d9d5885397ef3e11c6897e5.tar.gz external_llvm-ec3a78f7adec15649d9d5885397ef3e11c6897e5.tar.bz2 |
Revert back to r1.1, I'm just thoroughly confused :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17571 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2004-01-20-MaxLongLong.llx')
-rw-r--r-- | test/Assembler/2004-01-20-MaxLongLong.llx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Assembler/2004-01-20-MaxLongLong.llx b/test/Assembler/2004-01-20-MaxLongLong.llx index 691cf5e..a55fcd6 100644 --- a/test/Assembler/2004-01-20-MaxLongLong.llx +++ b/test/Assembler/2004-01-20-MaxLongLong.llx @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s -o /dev/null -f +; RUN: llvm-as < %s | llvm-dis | grep 9223372036854775808 -global long -9223372036854775808 ; <long*>:0 [#uses=0] +global long -9223372036854775808 -implementation ; Functions: |