Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | ;; Test that this FP immediate is stored in the constant pool as a float. |
2 | |||||
Dan Gohman | 0a06310 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 3 | ; RUN: llc < %s -march=x86 -mattr=-sse2,-sse3 | \ |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 4 | ; RUN: grep {.long.1123418112} |
5 | |||||
Tanya Lattner | 632e88a | 2008-02-21 07:42:26 +0000 | [diff] [blame] | 6 | define double @D() { |
7 | ret double 1.230000e+02 | ||||
8 | } | ||||
9 |