New testcase for incorrect bytecode reading of MAXLONG. The reader is getting
authorChris Lattner <sabre@nondot.org>
Tue, 20 Jan 2004 19:00:12 +0000 (19:00 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Jan 2004 19:00:12 +0000 (19:00 +0000)
it as zero.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10927 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2004-01-20-MaxLongLong.llx [new file with mode: 0644]

diff --git a/test/Assembler/2004-01-20-MaxLongLong.llx b/test/Assembler/2004-01-20-MaxLongLong.llx
new file mode 100644 (file)
index 0000000..a55fcd6
--- /dev/null
@@ -0,0 +1,4 @@
+; RUN: llvm-as < %s | llvm-dis | grep 9223372036854775808
+
+global long -9223372036854775808
+