From: Chris Lattner Date: Tue, 20 Jan 2004 19:00:12 +0000 (+0000) Subject: New testcase for incorrect bytecode reading of MAXLONG. The reader is getting X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=78c146ffc5a790b292d36a4d8613ae27f3a8decc;p=oota-llvm.git New testcase for incorrect bytecode reading of MAXLONG. The reader is getting it as zero. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10927 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2004-01-20-MaxLongLong.llx b/test/Assembler/2004-01-20-MaxLongLong.llx new file mode 100644 index 00000000000..a55fcd6e8c0 --- /dev/null +++ b/test/Assembler/2004-01-20-MaxLongLong.llx @@ -0,0 +1,4 @@ +; RUN: llvm-as < %s | llvm-dis | grep 9223372036854775808 + +global long -9223372036854775808 +