[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx

John Criswell criswell at cs.uiuc.edu
Thu Feb 26 17:04:04 PST 2004


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

2004-02-26-FPNotPrintableConstants.llx updated: 1.1 -> 1.2

---
Log message:

Fixed test case to actually check for the static declaration.
Oops.



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

Index: llvm/test/Regression/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx
diff -u llvm/test/Regression/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx:1.1 llvm/test/Regression/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx:1.2
--- llvm/test/Regression/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx:1.1	Thu Feb 26 16:55:11 2004
+++ llvm/test/Regression/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx	Thu Feb 26 16:56:13 2004
@@ -1,6 +1,5 @@
 ; This is a non-normal FP value: it's a nan.
-; RUN: llvm-as < %s | llc -march=c 
-; llvm-as < %s | llc -march=c | grep FPConstant | grep static
+; RUN: llvm-as < %s | llc -march=c | grep FPConstant | grep static
 
 float %func () {
   ret float 0xFF20000000000000





More information about the llvm-commits mailing list