mirror of git://gcc.gnu.org/git/gcc.git
ppc-eq0-1.c: Adjust testcase for isel targets.
2009-12-07 Edmar Wienskoski <edmar@freescale.com> * gcc.target/powerpc/ppc-eq0-1.c: Adjust testcase for isel targets. From-SVN: r155042
This commit is contained in:
parent
c842706443
commit
2330bfb3f1
|
@ -1,3 +1,8 @@
|
||||||
|
2009-12-07 Edmar Wienskoski <edmar@freescale.com>
|
||||||
|
|
||||||
|
* gcc.target/powerpc/ppc-eq0-1.c: Adjust testcase for isel
|
||||||
|
targets.
|
||||||
|
|
||||||
2009-12-06 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
|
2009-12-06 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
|
||||||
|
|
||||||
* gcc.c-torture/execute/vla-dealloc-1.c: Use lower loop count
|
* gcc.c-torture/execute/vla-dealloc-1.c: Use lower loop count
|
||||||
|
|
|
@ -7,4 +7,4 @@ int foo(int x)
|
||||||
return x == 0;
|
return x == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* { dg-final { scan-assembler "cntlzw" } } */
|
/* { dg-final { scan-assembler "cntlzw|isel" } } */
|
||||||
|
|
Loading…
Reference in New Issue