code format

This commit is contained in:
Dominik Maier
2020-09-13 14:26:57 +02:00
parent 060dbe1239
commit 7f94fe3587
3 changed files with 8 additions and 7 deletions

View File

@ -159,7 +159,8 @@
#include <gimple-iterator.h>
#include <stringpool.h>
#include <gimple-ssa.h>
#if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 60200 /* >= version 6.2.0 */
#if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= \
60200 /* >= version 6.2.0 */
#include <tree-vrp.h>
#endif
#include <tree-ssanames.h>