| Index: gcc/gcc/testsuite/gcc.dg/tree-ssa/loadpre20.c
|
| diff --git a/gcc/gcc/testsuite/gcc.dg/tree-ssa/loadpre20.c b/gcc/gcc/testsuite/gcc.dg/tree-ssa/loadpre20.c
|
| index 330b67a579f0c6f299e80819a7785c115d5d8a76..92a235325ac0ce6265d9bad4c7c150b5836bd6db 100644
|
| --- a/gcc/gcc/testsuite/gcc.dg/tree-ssa/loadpre20.c
|
| +++ b/gcc/gcc/testsuite/gcc.dg/tree-ssa/loadpre20.c
|
| @@ -1,10 +1,10 @@
|
| -/* { dg-do compile } */
|
| +/* { dg-do compile } */
|
| /* { dg-options "-O2 -fdump-tree-pre-stats" } */
|
| typedef int type[2];
|
| -int main(type *a, int argc)
|
| +int foo(type *a, int argc)
|
| {
|
| int d, e;
|
| -
|
| +
|
| /* Should be able to eliminate the second load of *a along the main path. */
|
| d = (*a)[argc];
|
| if (!d)
|
|
|