tm_p.h 146 B

1234567
  1. #ifndef GCC_TM_P_H
  2. #define GCC_TM_P_H
  3. #ifdef IN_GCC
  4. # include "config/riscv/riscv-protos.h"
  5. # include "tm-preds.h"
  6. #endif
  7. #endif /* GCC_TM_P_H */