comparison gcc/tree-vectorizer.c @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 /* Vectorizer 1 /* Vectorizer
2 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 2 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
3 Foundation, Inc. 3 Free Software Foundation, Inc.
4 Contributed by Dorit Naishlos <dorit@il.ibm.com> 4 Contributed by Dorit Naishlos <dorit@il.ibm.com>
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify it under 8 GCC is free software; you can redistribute it and/or modify it under
60 #include "coretypes.h" 60 #include "coretypes.h"
61 #include "tm.h" 61 #include "tm.h"
62 #include "ggc.h" 62 #include "ggc.h"
63 #include "tree.h" 63 #include "tree.h"
64 #include "diagnostic.h" 64 #include "diagnostic.h"
65 #include "tree-pretty-print.h"
65 #include "tree-flow.h" 66 #include "tree-flow.h"
66 #include "tree-dump.h" 67 #include "tree-dump.h"
67 #include "cfgloop.h" 68 #include "cfgloop.h"
68 #include "cfglayout.h" 69 #include "cfglayout.h"
69 #include "tree-vectorizer.h" 70 #include "tree-vectorizer.h"