mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-22 07:32:48 +00:00
6 lines
172 B
LLVM
6 lines
172 B
LLVM
|
;; Test that this FP immediate is stored in the constant pool as a float.
|
||
|
|
||
|
; RUN: llvm-as < %s | llc -march=x86 | grep '.long.1123418112'
|
||
|
|
||
|
double %D() { ret double 123.0 }
|