2005-01-07 07:56:08 +00:00
|
|
|
;; Test that this FP immediate is stored in the constant pool as a float.
|
|
|
|
|
2006-03-15 18:05:13 +00:00
|
|
|
; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2,-sse3 | grep '.long.1123418112'
|
2005-01-07 07:56:08 +00:00
|
|
|
|
|
|
|
double %D() { ret double 123.0 }
|