From 8b84fb11428e4c16cc01b98e100a3acc08a822bf Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 16 May 2011 13:58:29 +0200 Subject: [PATCH] include irnode_t.h, irgraph_t.h for better performance --- ir/opt/fp-vrp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/opt/fp-vrp.c b/ir/opt/fp-vrp.c index 7f2221fcc..314358f53 100644 --- a/ir/opt/fp-vrp.c +++ b/ir/opt/fp-vrp.c @@ -36,9 +36,9 @@ #include "irdom.h" #include "iredges.h" #include "irgmod.h" -#include "irgraph.h" +#include "irgraph_t.h" #include "irgwalk.h" -#include "irnode.h" +#include "irnode_t.h" #include "iroptimize.h" #include "irtools.h" #include "tv.h" -- 2.20.1