Add a testcase I forgot to commit earlier.

llvm-svn: 19338
This commit is contained in:
Chris Lattner 2005-01-07 07:56:08 +00:00
parent 1ef74d6135
commit 001467a08c
1 changed files with 5 additions and 0 deletions

View File

@ -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 }