This should check for darwin literal sections as well.
authorChris Lattner <sabre@nondot.org>
Tue, 12 Dec 2006 03:59:46 +0000 (03:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 12 Dec 2006 03:59:46 +0000 (03:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32464 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/store-fp-constant.ll

index 4d1d708a1a59602462e8a92e9120953341374fd7..679bff8c625d4c0bea180b8f4e950b33c0c8307e 100644 (file)
@@ -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.