Update to 4.8.2.
[platform/upstream/gcc48.git] / gcc / regrename.h
index f3969a1..f3a0df0 100644 (file)
@@ -1,6 +1,5 @@
 /* This file contains definitions for the register renamer.
-   Copyright (C) 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -49,8 +48,6 @@ struct du_head
 };
 
 typedef struct du_head *du_head_p;
-DEF_VEC_P (du_head_p);
-DEF_VEC_ALLOC_P (du_head_p, heap);
 
 /* This struct describes a single occurrence of a register.  */
 struct du_chain
@@ -85,10 +82,8 @@ typedef struct
   operand_rr_info *op_info;
 } insn_rr_info;
 
-DEF_VEC_O (insn_rr_info);
-DEF_VEC_ALLOC_O (insn_rr_info, heap);
 
-extern VEC(insn_rr_info, heap) *insn_rr;
+extern vec<insn_rr_info> insn_rr;
 
 extern void regrename_init (bool);
 extern void regrename_finish (void);