[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll

Brian Gaeke gaeke at cs.uiuc.edu
Wed Aug 25 12:00:53 PDT 2004



Changes in directory llvm/test/Regression/CodeGen/CBackend:

2003-10-12-NANGlobalInits.ll updated: 1.1 -> 1.2
---
Log message:

New version of Bill Wendling's PR33: http://llvm.cs.uiuc.edu/PR33  patch.


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Regression/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll:1.1	Sun Oct 12 02:31:25 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll	Wed Aug 25 14:00:42 2004
@@ -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 } 






More information about the llvm-commits mailing list