diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fp-immediate-shorten.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fp-immediate-shorten.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fp-immediate-shorten.ll b/llvm/test/CodeGen/X86/fp-immediate-shorten.ll index 6acc2c2684e..73c184b26e6 100644 --- a/llvm/test/CodeGen/X86/fp-immediate-shorten.ll +++ b/llvm/test/CodeGen/X86/fp-immediate-shorten.ll @@ -1,5 +1,6 @@ ;; Test that this FP immediate is stored in the constant pool as a float. -; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | grep '.long.1123418112' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | \ +; RUN: grep {.long.1123418112} double %D() { ret double 123.0 } |