You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.179
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
This commit is contained in:
parent
d6bde52373
commit
8625704ad8
12
external/llvm/test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll
vendored
Normal file
12
external/llvm/test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llc < %s -march=sparc
|
||||
|
||||
define void @execute_list() {
|
||||
%tmp.33.i = fdiv float 0.000000e+00, 0.000000e+00 ; <float> [#uses=1]
|
||||
%tmp.37.i = fmul float 0.000000e+00, %tmp.33.i ; <float> [#uses=1]
|
||||
%tmp.42.i = fadd float %tmp.37.i, 0.000000e+00 ; <float> [#uses=1]
|
||||
call void @gl_EvalCoord1f( float %tmp.42.i )
|
||||
ret void
|
||||
}
|
||||
|
||||
declare void @gl_EvalCoord1f(float)
|
||||
|
Reference in New Issue
Block a user