comparison gcc/tree.h @ 19:58ad6c70ea60

update gcc from 4.4.0 to 4.4.1.
author kent@firefly.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Sep 2009 13:21:57 +0900
parents a06113de4d67
children 9de9dad105d4 77e2b8dfacca
comparison
equal deleted inserted replaced
18:33936f7f2835 19:58ad6c70ea60
5086 5086
5087 /* Interface of the DWARF2 unwind info support. */ 5087 /* Interface of the DWARF2 unwind info support. */
5088 5088
5089 /* Generate a new label for the CFI info to refer to. */ 5089 /* Generate a new label for the CFI info to refer to. */
5090 5090
5091 extern char *dwarf2out_cfi_label (void); 5091 extern char *dwarf2out_cfi_label (bool);
5092 5092
5093 /* Entry point to update the canonical frame address (CFA). */ 5093 /* Entry point to update the canonical frame address (CFA). */
5094 5094
5095 extern void dwarf2out_def_cfa (const char *, unsigned, HOST_WIDE_INT); 5095 extern void dwarf2out_def_cfa (const char *, unsigned, HOST_WIDE_INT);
5096 5096
5254 5254
5255 /* In tree-inline.c. */ 5255 /* In tree-inline.c. */
5256 5256
5257 void init_inline_once (void); 5257 void init_inline_once (void);
5258 5258
5259 /* In ipa-reference.c. Used for parsing attributes of asm code. */
5260 extern GTY(()) tree memory_identifier_string;
5261
5259 /* Compute the number of operands in an expression node NODE. For 5262 /* Compute the number of operands in an expression node NODE. For
5260 tcc_vl_exp nodes like CALL_EXPRs, this is stored in the node itself, 5263 tcc_vl_exp nodes like CALL_EXPRs, this is stored in the node itself,
5261 otherwise it is looked up from the node's code. */ 5264 otherwise it is looked up from the node's code. */
5262 static inline int 5265 static inline int
5263 tree_operand_length (const_tree node) 5266 tree_operand_length (const_tree node)