1 ; RUN: llc < %s -march=x86 | FileCheck %s
7 ; Check that no FP constants in this testcase ends up in the
10 @G = external global float ; <float*> [#uses=1]
12 declare void @extfloat(float)
14 declare void @extdouble(double)
16 define void @testfloatstore() {
17 call void @extfloat( float 0x40934999A0000000 )
18 call void @extdouble( double 0x409349A631F8A090 )
19 store float 0x402A064C20000000, float* @G