special_sgi64 - special processing for SGI64 back-end
special_sgi64 { -in | -out } infile outfile { infile out_file }*
The special_sgi64 program does special processing to interface with the SGI64 back-end compiler. It does this by means of ``#pragma'' lines, both ``#pragma'' lines in the input from system header files that give SUIF information about the back-end, and ``#pragma'' lines that SUIF puts in the output C files to communicate information SUIF has to the back-end compiler. It also does special optimizations that are specific to the SGI64 back-end.
This program should be run twice, once after the front end with the ``-in'' option to read in annotations, and once just before s2c with the ``-out'' option.
This program was written by Chris Wilson.