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

Unified Diff: gcc/gcc/testsuite/gcc.dg/tree-ssa/sra-4.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/sra-2.c ('k') | gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-10.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/sra-4.c
diff --git a/gcc/gcc/testsuite/gcc.dg/tree-ssa/sra-4.c b/gcc/gcc/testsuite/gcc.dg/tree-ssa/sra-4.c
index 6fdf37ffb34cdd5e7ed92e87a302a1f67d688502..73a68f900434b6fc670d77c8c759e67687f8d2f0 100644
--- a/gcc/gcc/testsuite/gcc.dg/tree-ssa/sra-4.c
+++ b/gcc/gcc/testsuite/gcc.dg/tree-ssa/sra-4.c
@@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized -w" } */
-/* Check that SRA does non block copies for structs that just contain vectors. */
+/* Check that SRA replaces strucutres containing vectors. */
#define vector __attribute__((vector_size(16)))
@@ -20,7 +20,5 @@ vector int f(vector int t1, vector int t2)
return st3.t;
}
-/* There should be no references to st as SRA should not have done block copy. */
/* { dg-final { scan-tree-dump-times "st" 0 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
-
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/tree-ssa/sra-2.c ('k') | gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-10.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698