xref: /llvm-project/llvm/test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll (revision 728490257ecc09ada707a0390303bd3c61027a53)
1; RUN: llc < %s -mtriple=sparc
2
3define void @execute_list() {
4        %tmp.33.i = fdiv float 0.000000e+00, 0.000000e+00               ; <float> [#uses=1]
5        %tmp.37.i = fmul float 0.000000e+00, %tmp.33.i           ; <float> [#uses=1]
6        %tmp.42.i = fadd float %tmp.37.i, 0.000000e+00           ; <float> [#uses=1]
7        call void @gl_EvalCoord1f( float %tmp.42.i )
8        ret void
9}
10
11declare void @gl_EvalCoord1f(float)
12
13