[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/store-fp-constant.ll
Chris Lattner
sabre at nondot.org
Mon Dec 11 20:00:01 PST 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
store-fp-constant.ll updated: 1.2 -> 1.3
---
Log message:
This should check for darwin literal sections as well.
---
Diffs of the changes: (+2 -1)
store-fp-constant.ll | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/store-fp-constant.ll
diff -u llvm/test/Regression/CodeGen/X86/store-fp-constant.ll:1.2 llvm/test/Regression/CodeGen/X86/store-fp-constant.ll:1.3
--- llvm/test/Regression/CodeGen/X86/store-fp-constant.ll:1.2 Fri Dec 1 22:23:08 2006
+++ llvm/test/Regression/CodeGen/X86/store-fp-constant.ll Mon Dec 11 21:59:46 2006
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep rodata
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep rodata &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep literal
;
; Check that no FP constants in this testcase ends up in the
; constant pool.
More information about the llvm-commits
mailing list