aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/store-fp-constant.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-12-12 03:59:46 +0000
committerChris Lattner <sabre@nondot.org>2006-12-12 03:59:46 +0000
commitd7626a82e6cf98a072a1050124b0b79b4836b37d (patch)
tree62dbb5e5fa39ecd80ccd2c61172e2000638a115d /test/CodeGen/X86/store-fp-constant.ll
parenta17f03980f88f23be3298d4128b9c02ebb360f31 (diff)
downloadexternal_llvm-d7626a82e6cf98a072a1050124b0b79b4836b37d.zip
external_llvm-d7626a82e6cf98a072a1050124b0b79b4836b37d.tar.gz
external_llvm-d7626a82e6cf98a072a1050124b0b79b4836b37d.tar.bz2
This should check for darwin literal sections as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32464 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/store-fp-constant.ll')
-rw-r--r--test/CodeGen/X86/store-fp-constant.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/store-fp-constant.ll b/test/CodeGen/X86/store-fp-constant.ll
index 4d1d708..679bff8 100644
--- a/test/CodeGen/X86/store-fp-constant.ll
+++ b/test/CodeGen/X86/store-fp-constant.ll
@@ -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.