Chris Lattner | 186fcf6 | 2005-01-07 07:56:08 +0000 | [diff] [blame] | 1 | ;; Test that this FP immediate is stored in the constant pool as a float. |
2 | |||||
Reid Spencer | 69ccadd | 2006-12-02 04:23:10 +0000 | [diff] [blame] | 3 | ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | grep '.long.1123418112' |
Chris Lattner | 186fcf6 | 2005-01-07 07:56:08 +0000 | [diff] [blame] | 4 | |
5 | double %D() { ret double 123.0 } |