From ac65fae389d63fb37ba24f812410b1ad1adc9ef2 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 4 Oct 2004 13:31:22 +0000 Subject: [PATCH] added arch dependand header [r4032] --- ir/common/firm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/common/firm.h b/ir/common/firm.h index a9cf7ae3e..66acd7845 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -86,6 +86,7 @@ extern "C" { #include "cfopt.h" /* optimize control flow */ #include "tailrec.h" /* optimize tail-recursion calls */ #include "ircgopt.h" /* Optimizations based on interprocedural graph */ +#include "irarch.h" /* architecture dependant optimizations */ #include "irouts.h" /* Graph reversal / out edges. */ #include "irdom.h" /* Dominator analysis */ -- 2.20.1