diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-07 07:41:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-07 07:41:32 +0000 |
commit | ac196c66a36018bbadace783a7b8b68bc5c21d2a (patch) | |
tree | 00cb36b141f603695e4864324a6b32fd9ae095bb /test/Assembler | |
parent | 3f7706b5d23aca56a6d3a62ebb9466e1e89335f7 (diff) |
Add new (old) testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r-- | test/Assembler/2004-01-20-MaxLongLong.llx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Assembler/2004-01-20-MaxLongLong.llx b/test/Assembler/2004-01-20-MaxLongLong.llx index a55fcd6e8c..691cf5ee65 100644 --- a/test/Assembler/2004-01-20-MaxLongLong.llx +++ b/test/Assembler/2004-01-20-MaxLongLong.llx @@ -1,4 +1,5 @@ -; RUN: llvm-as < %s | llvm-dis | grep 9223372036854775808 +; RUN: llvm-as < %s -o /dev/null -f -global long -9223372036854775808 +global long -9223372036854775808 ; <long*>:0 [#uses=0] +implementation ; Functions: |