From 98f9837b5d22db788cab74b0a26db46b16db4233 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Thu, 17 Jun 2004 10:32:23 +0000 Subject: [PATCH] more headers [r3134] --- ir/common/firm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/common/firm.h b/ir/common/firm.h index 1800434ae..a911e9d0a 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -85,6 +85,7 @@ extern "C" { /* # include "tailrec.h"*/ /* optimize tail-recursion calls */ # include "ircgopt.h" /* Optimizations based on interprocedural graph */ +# include "irouts.h" /* Graph reversal / out edges. */ # include "irdom.h" /* Dominator analysis */ # include "cgana.h" /* Analysis to construct interprocedural graph */ /* including some optimizations */ -- 2.20.1