selfpatch-slr/pinpoint/safegcc/safe-rtl.h

18 lines
263 B
C

#include <safe-gcc-plugin.h>
#ifndef SAFEGCC_RTL_H
#define SAFEGCC_RTL_H
#include <rtl.h>
#include <rtl-iter.h>
#include <memmodel.h>
#include <emit-rtl.h>
#include <function.h>
#include <expr.h>
#include <hard-reg-set.h>
#undef toupper
#undef tolower
#endif