OSDN Git Service

2007-07-02 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / ipa-utils.h
index e3b31fb..25293f5 100644 (file)
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_IPA_UTILS_H
 #define GCC_IPA_UTILS_H
@@ -30,7 +30,7 @@ extern tree memory_identifier_string;
 struct ipa_dfs_info {
   int dfn_number;
   int low_link;
-  bool new;
+  bool new_node;
   bool on_stack;
   struct cgraph_node* next_cycle;
   PTR aux;