Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / vect / pr51581-1.c
1 /* PR tree-optimization/51581 */
2
3 #include "tree-vect.h"
4
5 #define main main1
6 #include "../../gcc.c-torture/execute/pr51581-1.c"
7 #undef main
8
9 int
10 main ()
11 {
12   int i;
13   check_vect ();
14   asm ("");
15   return main1 ();
16 }
17
18 /* { dg-final { cleanup-tree-dump "vect" } } */