blob: cafc61a41ff2946c37209f9548dc7f06f1bc7847 [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
Dan Gohman0a063102009-09-08 23:54:48 +00003; RUN: llc < %s -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