Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09b51c348c9966bb6472f509bcf790ca98f8150c
/
.
/
test
/
CodeGen
/
X86
/
2008-03-06-frem-fpstack.ll
blob: 2d7182e733fb175c9e44992f5ccc1c628153dfa5 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386
; PR2122
define
float
@func
(
float
%a
,
float
%b
)
nounwind
{
entry
:
%tmp3
=
frem
float
%a
,
%b
; <float> [#uses=1]
ret
float
%tmp3
}