aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-08-25 19:00:42 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-08-25 19:00:42 +0000
commit8a702e8e1bc996374197190281a6d578ab006dd9 (patch)
treeadff6fc861e8628dbeac5b75b62a2bbe61466e97 /test
parent8906e7d098b7b44c2566327bc2a0a50f79ff6921 (diff)
downloadexternal_llvm-8a702e8e1bc996374197190281a6d578ab006dd9.zip
external_llvm-8a702e8e1bc996374197190281a6d578ab006dd9.tar.gz
external_llvm-8a702e8e1bc996374197190281a6d578ab006dd9.tar.bz2
New version of Bill Wendling's PR33 patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16050 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll b/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
index d206998..184ffb4 100644
--- a/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
+++ b/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
@@ -1,3 +1,3 @@
; This is a non-normal FP value: it's a nan.
%NAN = global { float } { float 0x7FF8000000000000 }
-
+%NANs = global { float } { float 0x7FF4000000000000 }