blob: 5a19f92d3292d4acd3952a90ee624f34741ee8e0 [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
3; RUN: llvm-as < %s | llc -march=x86 | grep '.long.1123418112'
4
5double %D() { ret double 123.0 }