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