annotate_all - add annotations everywhere with unique numbers
annotate_all [ options ] infile outfile { infile outfile }*
The annotate_all program puts an all number annotation on every SUIF object, except for tree_instr objects, which aren't allowed to have annotations written to files. The data for each all number annotation is a single integer, a unique number for that object. The numbers start with 1 and go through the number of objects in the file set.
This is useful when a unique number is desired for each object. It is also convenient for generating test files to see what happens to annotations when the file goes through various transformations.
There are currently no command-line options.
This program was written by Chris Wilson.