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

14 lines
233 B
C

#include <safe-gcc-plugin.h>
#include <safe-tree.h>
#ifndef SAFEGCC_GIMPLE_H
#define SAFEGCC_GIMPLE_H
#include <gimple.h>
#include <gimplify.h>
#include <gimple-iterator.h>
#include <gimple-pretty-print.h>
#include <ssa.h>
#endif