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