X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftreestruct.def;h=e920a97b01040072a9d9a30b14ad997543370fa0;hb=ec1936763426eda04e532df52fae10b7e3d01902;hp=cdf52704ebdcda9f25439aa1c342212a2106098e;hpb=f6c33c78e5e0d4c5582c1936c3346b9916b6490a;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/treestruct.def b/gcc/treestruct.def index cdf52704ebd..e920a97b010 100644 --- a/gcc/treestruct.def +++ b/gcc/treestruct.def @@ -1,7 +1,7 @@ /* This file contains the definitions for the tree structure enumeration used in GCC. -Copyright (C) 2005, 2007 Free Software Foundation, Inc. +Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. @@ -60,6 +60,7 @@ DEFTREESTRUCT(TS_BINFO, "binfo") DEFTREESTRUCT(TS_STATEMENT_LIST, "statement list") DEFTREESTRUCT(TS_GIMPLE_STATEMENT, "gimple statement") DEFTREESTRUCT(TS_CONSTRUCTOR, "constructor") -DEFTREESTRUCT(TS_MEMORY_TAG, "memory tag") DEFTREESTRUCT(TS_OMP_CLAUSE, "omp clause") -DEFTREESTRUCT(TS_MEMORY_PARTITION_TAG, "memory partition tag") +DEFTREESTRUCT(TS_OPTIMIZATION, "optimization options") +DEFTREESTRUCT(TS_TARGET_OPTION, "target options") +