source:
branches/ffigen-linuxarm/source/gcc-4.1.0-passes.c.diff@
73
| Last change on this file since 73 was 71, checked in by , 14 years ago | |
|---|---|
| File size: 440 bytes | |
-
passes.c
old new 187 187 /* Let cgraph know about the existence of variables. */ 188 188 if (TREE_CODE (decl) == VAR_DECL && !DECL_EXTERNAL (decl)) 189 189 cgraph_varpool_node (decl); 190 191 if (flag_syntax_only) 192 ffi_rest_of_decl_compilation (decl, top_level, at_end); 193 190 194 } 191 195 192 196 /* Called after finishing a record, union or enumeral type. */
Note:
See TracBrowser
for help on using the repository browser.
