OSDN Git Service

* simplify-rtx.c (simplify_binary_operation): Unfactor the shift
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / powerpc / ppc-eq0-1.c
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 "cntlzw" } } */