As discussed on ML, test is no longer useful
From-SVN: r99731
This commit is contained in:
parent
a37103a431
commit
2acf977b18
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -ftree-loop-linear -fdump-tree-ltrans-all" } */
|
||||
typedef struct rtx_
|
||||
{
|
||||
} *rtx;
|
||||
static rtx regno_save_mem[53][16 / 4 + 1];
|
||||
extern set_mem_alias_set (rtx, rtx);
|
||||
int main(void)
|
||||
{
|
||||
int i, j;
|
||||
for (i = 0; i < 53; i++)
|
||||
for (j = (16 / (0 ? 8 : 4)); j > 0; j--)
|
||||
if (regno_save_mem[i][j] != 0)
|
||||
set_mem_alias_set (regno_save_mem[i][j], 0);
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "Linear expression: constant: 1 invariants: denominator: 1" 1 "ltrans" } } */
|
||||
/* { dg-final { scan-tree-dump-times "transformed loop" 1 "ltrans"} } */
|
||||
/* { dg-final { cleanup-tree-dump "ltrans" } } */
|
Loading…
Add table
Reference in a new issue