When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / Transforms / GlobalOpt / constantexpr-dangle.ll
blob099c607509b2e48d2ca9adadc989d0686ac3887e
1 ; RUN: opt < %s -instcombine -globalopt -S | \
2 ; RUN:   grep {internal fastcc float @foo}
4 define internal float @foo() {
5         ret float 0.000000e+00
8 define float @bar() {
9         %tmp1 = call float (...)* bitcast (float ()* @foo to float (...)*)( )
10         %tmp2 = fmul float %tmp1, 1.000000e+01           ; <float> [#uses=1]
11         ret float %tmp2