/* file "rd_test/rd_test.h" */

/*
    Copyright (c) 1995-99 The President and Fellows of Harvard University

    All rights reserved.

    This software is provided under the terms described in
    the "machine/copyright.h" include file.
*/

#ifndef RD_TEST_RD_TEST_H
#define RD_TEST_RD_TEST_H

#include <machine/copyright.h>

#ifndef SUPPRESS_PRAGMA_INTERFACE
#pragma interface "rd_test/rd_test.h"
#endif

/*
 * rd_test: exerciser for ReachingDefs
 */

#include <machine/machine.h>
#include <cfg/cfg.h>
#include <bvd/bvd.h>

class RdTest {
  public:
    RdTest() { }

    void initialize();
    void do_opt_unit(OptUnit*);
};

#endif /* RD_TEST_RD_TEST_H */
