summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-01 18:16:06 +0000
committerChris Lattner <sabre@nondot.org>2004-02-01 18:16:06 +0000
commite5ec955fa42eb1260dcd2b521cf2306284efec45 (patch)
treeb0499e76cbc741d77f5dba3f9c36ae010f3eb08a /test
parent93aa52a8a96c036454be9318bb1c78c9bfb5f390 (diff)
downloadllvm-e5ec955fa42eb1260dcd2b521cf2306284efec45.tar.gz
llvm-e5ec955fa42eb1260dcd2b521cf2306284efec45.tar.bz2
llvm-e5ec955fa42eb1260dcd2b521cf2306284efec45.tar.xz
New testcase for PR218
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Assembler/2004-02-01-NegativeZero.llx5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Assembler/2004-02-01-NegativeZero.llx b/test/Assembler/2004-02-01-NegativeZero.llx
new file mode 100644
index 0000000000..58d39953d9
--- /dev/null
+++ b/test/Assembler/2004-02-01-NegativeZero.llx
@@ -0,0 +1,5 @@
+; RUN: llvm-as < %s | llvm-dis | grep 0x80
+
+global double 0x8000000000000000
+
+