blob: 32ba2171450bef274eb919b688a79d8e2247a92e [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001;; Test that this FP immediate is stored in the constant pool as a float.
2
Tanya Lattner632e88a2008-02-21 07:42:26 +00003; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2,-sse3 | \
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004; RUN: grep {.long.1123418112}
5
Tanya Lattner632e88a2008-02-21 07:42:26 +00006define double @D() {
7 ret double 1.230000e+02
8}
9