Sign in
swiftshader
/
SwiftShader.git
/
664783624264ab1ec4b15aaf9a45fe6daff3e4f6
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
ARM
/
2008-07-17-Fdiv.ll
blob: 4cb768ef5b6d37e1a67e6883a002310c16350218 [
file
]
; RUN: llc < %s -march=arm
define
float
@f
(
float
%a
,
float
%b
)
nounwind
{
%tmp
=
fdiv
float
%a
,
%b
ret
float
%tmp
}