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