diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/store-fp-constant.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/store-fp-constant.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/store-fp-constant.ll b/llvm/test/CodeGen/X86/store-fp-constant.ll index 70cb046600b..206886bb608 100644 --- a/llvm/test/CodeGen/X86/store-fp-constant.ll +++ b/llvm/test/CodeGen/X86/store-fp-constant.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86 | not grep rodata -; RUN: llvm-as < %s | llc -march=x86 | not grep literal +; RUN: llc < %s -march=x86 | not grep rodata +; RUN: llc < %s -march=x86 | not grep literal ; ; Check that no FP constants in this testcase ends up in the ; constant pool. |