forked from OSchip/llvm-project
Add a testcase I forgot to commit earlier.
llvm-svn: 19338
This commit is contained in:
parent
1ef74d6135
commit
001467a08c
|
@ -0,0 +1,5 @@
|
|||
;; 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 }
|
Loading…
Reference in New Issue