ud5 467 B

12345678910111213141516171819
  1. .NH 2
  2. Source files of UD
  3. .PP
  4. The sources of UD are in the following files and packages:
  5. .IP ud.h: 14
  6. declarations of global variables and data structures
  7. .IP ud.c:
  8. the routine main; initialization of target machine dependent tables
  9. .IP defs:
  10. routines to compute the GEN and KILL sets and routines to analyse
  11. EM instructions
  12. .IP const:
  13. routines involved in constant propagation
  14. .IP copy:
  15. routines involved in copy propagation
  16. .IP aux:
  17. contains auxiliary routines
  18. .LP