diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/store-fp-constant.ll | 3 | 
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. | 

