1 ; RUN: opt < %s -instcombine -globalopt -S | FileCheck %s
2 ; CHECK: internal fastcc float @foo
4 define internal float @foo() {
9 %tmp1 = call float (...) bitcast (float ()* @foo to float (...)*)( )
10 %tmp2 = fmul float %tmp1, 1.000000e+01 ; <float> [#uses=1]