repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git]
/
test
/
FrontendC
/
2006-12-14-ordered_expr.c
blob
8ff2eb607210cd264d1ea3a468fa0d4e78b6204d
1
// RUN: %llvmgcc -O3 -S %s -o - | grep {fcmp ord float %X, %Y}
2
3
int
test2
(
float
X
,
float
Y
) {
4
return
!
__builtin_isunordered
(
X
,
Y
);
5
}
6