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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 12 02:32:01 PDT 2003


Changes in directory llvm/test/Regression/CBackend:

2003-10-12-NANGlobalInits.ll added (r1.1)

---
Log message:

Test that we can emit global initializers that are not normal FP values



---
Diffs of the changes:  (+3 -0)

Index: llvm/test/Regression/CBackend/2003-10-12-NANGlobalInits.ll
diff -c /dev/null llvm/test/Regression/CBackend/2003-10-12-NANGlobalInits.ll:1.1
*** /dev/null	Sun Oct 12 02:31:35 2003
--- llvm/test/Regression/CBackend/2003-10-12-NANGlobalInits.ll	Sun Oct 12 02:31:25 2003
***************
*** 0 ****
--- 1,3 ----
+ ; This is a non-normal FP value: it's a nan.
+ %NAN = global { float } { float 0x7FF8000000000000 } 
+ 





More information about the llvm-commits mailing list