Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(931)

Unified Diff: gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-22.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-2.c ('k') | gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-24.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-22.c
diff --git a/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-22.c b/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-22.c
index be8cdcc77d42bd551ba02051da6663f1fc4a216f..fa7da712b6aab8db75c7536dbaef3a5bba531119 100644
--- a/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-22.c
+++ b/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-22.c
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -fdump-tree-final_cleanup" } */
+/* { dg-options "-O2 -fdump-tree-optimized" } */
int a[100];
@@ -13,5 +13,5 @@ void test (int n)
/* We used to replace the exit test "i < n" by "i != ((n-1)/3) * 3 + 1". Although
correct, this transformation is obviously harmful. */
-/* { dg-final { scan-tree-dump-times "/" 0 "final_cleanup" } } */
-/* { dg-final { cleanup-tree-dump "final_cleanup" } } */
+/* { dg-final { scan-tree-dump-times "/" 0 "optimized" } } */
+/* { dg-final { cleanup-tree-dump "optimized" } } */
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-2.c ('k') | gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-24.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698