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

13 lines
216 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>
#endif