Initial revision

This commit is contained in:
bal
1984-11-26 14:14:55 +00:00
parent f01e1431b0
commit 9f778655a6
21 changed files with 3081 additions and 0 deletions

11
util/ego/il/il1_formal.h Normal file
View File

@@ -0,0 +1,11 @@
/* I N L I N E S U B S T I T U T I O N
*
* I L 1 _ F O R M A L . C
*/
extern formal(); /* (proc_p p; bblock_p b; offset off;
* int type, usage)
* Analyze a reference to a parameter of p.
* The type denotes its size (single,double,
* pointer).
*/