blob: cafc61a41ff2946c37209f9548dc7f06f1bc7847 [file] [log] [blame]
Chris Lattner186fcf62005-01-07 07:56:08 +00001;; Test that this FP immediate is stored in the constant pool as a float.
2
Dan Gohman36a09472009-09-08 23:54:48 +00003; RUN: llc < %s -march=x86 -mattr=-sse2,-sse3 | \
Reid Spencerd3b1f6d2007-04-15 22:20:47 +00004; RUN: grep {.long.1123418112}
Chris Lattner186fcf62005-01-07 07:56:08 +00005
Tanya Lattner33eefff2008-02-21 07:42:26 +00006define double @D() {
7 ret double 1.230000e+02
8}
9