From 9043662456f15f7d4ba3a81bb24dc15de44edb5c Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 18 May 2007 13:40:42 +0000 Subject: [PATCH] include lower_hl.h in complete header [r13916] --- ir/common/firm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/common/firm.h b/ir/common/firm.h index 4db9c0ed2..24ccba585 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -102,6 +102,7 @@ extern "C" { #include "lower_calls.h" /* lowering of different calls */ #include "lower_intrinsics.h" /* lowering of intrinsic calls */ #include "lower_dw.h" /* double word types lowering */ +#include "lower_hl.h" /* Analyses */ #include "irouts.h" /* Graph reversal / out edges. */ -- 2.20.1