llvm-6502/test/CodeGen/X86/fp-immediate-shorten.ll
2005-01-07 07:56:08 +00:00

6 lines
172 B
LLVM

;; Test that this FP immediate is stored in the constant pool as a float.
; RUN: llvm-as < %s | llc -march=x86 | grep '.long.1123418112'
double %D() { ret double 123.0 }