repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[testsuite] require sqrt_insn effective target where needed
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
ppc-eq0-1.c
blob
9f9b13ec2ab6b1d8152d9388ef7cdb1d6a5a78d3
1
/* PR rtl-optimization/10588 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
5
int
foo
(
int
x
)
6
{
7
return
x
==
0
;
8
}
9
10
/* { dg-final { scan-assembler {\m(cntlzw|isel|setbc)\M} } } */