summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CBackend/2003-10-12-NANGlobalInits.ll3
-rw-r--r--test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll3
2 files changed, 6 insertions, 0 deletions
diff --git a/test/CBackend/2003-10-12-NANGlobalInits.ll b/test/CBackend/2003-10-12-NANGlobalInits.ll
new file mode 100644
index 0000000000..d2069985c2
--- /dev/null
+++ b/test/CBackend/2003-10-12-NANGlobalInits.ll
@@ -0,0 +1,3 @@
+; This is a non-normal FP value: it's a nan.
+%NAN = global { float } { float 0x7FF8000000000000 }
+
diff --git a/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll b/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
new file mode 100644
index 0000000000..d2069985c2
--- /dev/null
+++ b/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
@@ -0,0 +1,3 @@
+; This is a non-normal FP value: it's a nan.
+%NAN = global { float } { float 0x7FF8000000000000 }
+