This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] fix tree-ssa-ter.h dup


On 10/21/2013 07:56 PM, Eric Botcazou wrote:
what went wrong?  I see it in my checkouts...?
Just open the file in your preferred editor. :-)

ah. open it in an editor with more than 25 lines on the screen you mean :-)

Thanks
fixed... revision 203914

Andrew
	* tree-ssa-ter.h: Remove duplicate copy of file contents.

Index: tree-ssa-ter.h
===================================================================
*** tree-ssa-ter.h	(revision 203836)
--- tree-ssa-ter.h	(working copy)
*************** extern bitmap find_replaceable_exprs (va
*** 24,52 ****
  extern void dump_replaceable_exprs (FILE *, bitmap);
  
  #endif /* GCC_TREE_SSA_TER_H */
- /* Header file for tree-ssa-ter.c exports.
-    Copyright (C) 2013 Free Software Foundation, Inc.
- 
- This file is part of GCC.
- 
- GCC is free software; you can redistribute it and/or modify it under
- the terms of the GNU General Public License as published by the Free
- Software Foundation; either version 3, or (at your option) any later
- version.
- 
- GCC is distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-  for more details.
- 
- You should have received a copy of the GNU General Public License
- along with GCC; see the file COPYING3.  If not see
- <http://www.gnu.org/licenses/>.  */
- 
- #ifndef GCC_TREE_SSA_TER_H
- #define GCC_TREE_SSA_TER_H
- 
- extern bitmap find_replaceable_exprs (var_map);
- extern void dump_replaceable_exprs (FILE *, bitmap);
- 
- #endif /* GCC_TREE_SSA_TER_H */
--- 24,26 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]