source:
branches/initial/source/gcc-4.0-20050326-passes.c.diff@
22
| Last change on this file since 22 was 2, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 530 bytes | |
-
passes.c
old new 251 251 debug_hooks->type_decl (decl, !top_level); 252 252 timevar_pop (TV_SYMOUT); 253 253 } 254 255 254 /* Let cgraph know about the existance of variables. */ 256 255 if (TREE_CODE (decl) == VAR_DECL && !DECL_EXTERNAL (decl)) 257 256 cgraph_varpool_node (decl); 257 258 if (flag_syntax_only) 259 ffi_rest_of_decl_compilation (decl, top_level, at_end); 258 260 } 259 261 260 262 /* Called after finishing a record, union or enumeral type. */
Note:
See TracBrowser
for help on using the repository browser.
