* gcc.dg/doloop-1.c: Do not check for lack of "blt".
From-SVN: r80044
This commit is contained in:
parent
18d5f9820c
commit
d8cf9daf7e
@ -1,3 +1,7 @@
|
||||
2004-03-28 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* gcc.dg/doloop-1.c: Do not check for lack of "blt".
|
||||
|
||||
2004-03-28 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* gcc.dg/noncompile/undeclared-2.c: New test.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Make sure both loops are recognized as doloops.
|
||||
If so, "bdnz" will be generated on ppc; if not,
|
||||
you will get "ble". */
|
||||
you will get "ble" or "blt" or "bge". */
|
||||
|
||||
/* { dg-do compile { target powerpc-*-* } } */
|
||||
/* { dg-options "-O2" } */
|
||||
@ -15,4 +15,3 @@ void foo (int count, char* pca, char* pcb) {
|
||||
*pca = *pcb;
|
||||
}
|
||||
/* { dg-final { scan-assembler "bdnz" } } */
|
||||
/* { dg-final { scan-assembler-not "blt" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user