Initial revision

This commit is contained in:
bal
1984-11-26 14:51:59 +00:00
parent 1833451151
commit 6a9e49f683
20 changed files with 3224 additions and 0 deletions

7
util/ego/sr/sr_iv.h Normal file
View File

@@ -0,0 +1,7 @@
/* S R _ I V . H */
extern induc_vars(); /* (loop_p loop; lset *ivars, *vars)
* Find the set of induction variables
* of the loop. Also find the set of (local)
* variables that are changed.
*/