blob: 76f140ceaf859f4cb4ceb02e95de5ed921b2335b [file] [log] [blame]
Tanya Lattner53a66d12008-02-19 01:41:04 +00001; RUN: llvm-as < %s | llc -march=sparc
Chris Lattner7ce1bbf2006-02-05 05:52:55 +00002
Tanya Lattner53a66d12008-02-19 01:41:04 +00003define void @execute_list() {
4 %tmp.33.i = fdiv float 0.000000e+00, 0.000000e+00 ; <float> [#uses=1]
Dan Gohmanae3a0be2009-06-04 22:49:04 +00005 %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]
Tanya Lattner53a66d12008-02-19 01:41:04 +00007 call void @gl_EvalCoord1f( float %tmp.42.i )
8 ret void
Chris Lattner7ce1bbf2006-02-05 05:52:55 +00009}
10
Tanya Lattner53a66d12008-02-19 01:41:04 +000011declare void @gl_EvalCoord1f(float)
Chris Lattner7ce1bbf2006-02-05 05:52:55 +000012