blob: 15af046618f6ed76487648467d4f811c39f3059f [file] [log] [blame]
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00001; RUN: llvm-as < %s | llc -march=sparc
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00003define void @execute_list() {
4 %tmp.33.i = fdiv float 0.000000e+00, 0.000000e+00 ; <float> [#uses=1]
5 %tmp.37.i = mul float 0.000000e+00, %tmp.33.i ; <float> [#uses=1]
6 %tmp.42.i = add float %tmp.37.i, 0.000000e+00 ; <float> [#uses=1]
7 call void @gl_EvalCoord1f( float %tmp.42.i )
8 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +00009}
10
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +000011declare void @gl_EvalCoord1f(float)
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012