diff options
author | Chris Lattner <sabre@nondot.org> | 2006-12-12 03:59:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-12-12 03:59:46 +0000 |
commit | d7626a82e6cf98a072a1050124b0b79b4836b37d (patch) | |
tree | 62dbb5e5fa39ecd80ccd2c61172e2000638a115d /test/CodeGen/X86/store-fp-constant.ll | |
parent | a17f03980f88f23be3298d4128b9c02ebb360f31 (diff) |
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.ll | 3 |
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 4d1d708a1a..679bff8c62 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. |