move.h 415 B

1234567891011121314
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef MACH_PROTO_NCG_MOVE_H
  6. #define MACH_PROTO_NCG_MOVE_H
  7. /* mach/proto/ncg/move.c */
  8. int move(token_p tp1, token_p tp2, int ply, int toplevel, unsigned int maxcost);
  9. void setcc(token_p tp);
  10. int test(token_p tp, int ply, int toplevel, unsigned int maxcost);
  11. #endif /* MACH_PROTO_NCG_MOVE_H */