Commit 8f1d1317 by Jan Hubicka Committed by Jan Hubicka

* ipa/devirt9.C: Fix previous change.

From-SVN: r205037
parent fdbbed34
2013-11-19 Jan Hubicka <jh@suse.cz>
* ipa/devirt9.C: Fix prevoius change.
2013-11-19 Cesar Philippidis <cesar@codesourcery.com> 2013-11-19 Cesar Philippidis <cesar@codesourcery.com>
* gcc.c-torture/execute/20101011-1.c (__aarch64__): * gcc.c-torture/execute/20101011-1.c (__aarch64__):
......
...@@ -29,5 +29,5 @@ bar () ...@@ -29,5 +29,5 @@ bar ()
} }
/* We optimize out this call just after early passes. Unfortunately /* We optimize out this call just after early passes. Unfortunately
this unreachable removal is not logged in dump file. */ this unreachable removal is not logged in dump file. */
/* { dg-final { scan-ipa-dump 1 "OBJ_TYPE_REF" "whole-program" } } */ /* { dg-final { scan-ipa-dump-not "OBJ_TYPE_REF" "whole-program" } } */
/* { dg-final { cleanup-ipa-dump "whole-program" } } */ /* { dg-final { cleanup-ipa-dump "whole-program" } } */
/* { dg-options "-O3 -fdump-rtl-loop2_unroll -fno-unroll-loops -fpeel-loops" } */ /* { dg-options "-O3 -fdump-tree-cunroll-details -fno-unroll-loops -fpeel-loops" } */
void abort(); void abort();
int a[1000]; int a[1000];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment