Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c3e26727c18e15b64098fc7f397e09147cd78eeb
/
.
/
test
/
CodeGen
/
ARM
/
2008-07-17-Fdiv.ll
blob: aa75970418a607420e490cc9c76b520a1350e789 [
file
] [
log
] [
blame
]
Duncan Sands
c3e2672
2008-07-18 21:18:48 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | llc -march=arm
2
3
define
float
@f
(
float
%a
,
float
%b
)
nounwind
{
4
%tmp
=
fdiv
float
%a
,
%b
5
ret
float
%tmp
6
}