mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
a6e901bfbd
llvm-svn: 19338
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 }
|