blob: 6acc2c2684eb66fededf45a870913caf00b57c05 [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
Reid Spencer69ccadd2006-12-02 04:23:10 +00003; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | grep '.long.1123418112'
Chris Lattner186fcf62005-01-07 07:56:08 +00004
5double %D() { ret double 123.0 }