package IRT;

/**
 * Information about accessing variables in a register,
 * computed during the Tiger compilation process.  
 * <p>
 * <strong>History</strong>
 * <dl>
 * <dt>8 December 1998 (version 0.1)
 * </dl>
 *
 * @author Samuel A. Rebelsky
 * @author Andrew Appel
 * @version 0.1 of 8 December 1998
 */
public class InReg extends Frame.Access {
  // +--------+--------------------------------------------------
  // | Fields |
  // +--------+

  /**
   * The temporary used for the current register.
   */
  Temp.Temp temp;


  // +---------+-------------------------------------------------
  // | Methods |
  // +---------+

} // class InReg

