blob: 32ba2171450bef274eb919b688a79d8e2247a92e [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
Tanya Lattner33eefff2008-02-21 07:42:26 +00003; RUN: llvm-as < %s | llc -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