summaryrefslogtreecommitdiffstats
path: root/llvm
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
commitf929e81d371f68f028c3e197d26808f7ebae3e97 (patch)
treea7bc782bfabe809b63b720e2263b8e81636fb0de /llvm
parent49b090ed61d75e7881312a1c5c5abb2eb1ac84b8 (diff)
downloadbcm5719-llvm-f929e81d371f68f028c3e197d26808f7ebae3e97.tar.gz
bcm5719-llvm-f929e81d371f68f028c3e197d26808f7ebae3e97.zip
This should check for darwin literal sections as well.
llvm-svn: 32464
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/CodeGen/X86/store-fp-constant.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/store-fp-constant.ll b/llvm/test/Regression/CodeGen/X86/store-fp-constant.ll
index 4d1d708a1a5..679bff8c625 100644
--- a/llvm/test/Regression/CodeGen/X86/store-fp-constant.ll
+++ b/llvm/test/Regression/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.
OpenPOWER on IntegriCloud