From: Florian Liekweg Date: Thu, 17 Jun 2004 08:30:13 +0000 (+0000) Subject: Disabled include tailrec.h until tailrec.h is in CVS X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e1cb35d2ca8bd630cac07b53343a63f08c8b9a2e;p=libfirm Disabled include tailrec.h until tailrec.h is in CVS [r3120] --- diff --git a/ir/common/firm.h b/ir/common/firm.h index 41c458999..1800434ae 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -33,7 +33,7 @@ irgraph: represents a procedure. Allows access to the code of the procedure, the actual FIRM graph. irnode: A node of a FIRM graph. Nodes are typed with an opcode and a mode - and represent instructions in a program. + and represent instructions in a program. irop: The opcode of FIRM nodes. irmode: The mode of FIRM nodes. Most modes correspond to machine known data types (int, float, pointer). @@ -82,7 +82,7 @@ extern "C" { # include "irflag.h" /* optimization flags */ # include "irgopt.h" /* optimize ir */ -# include "tailrec.h" /* optimize tail-recursion calls */ + /* # include "tailrec.h"*/ /* optimize tail-recursion calls */ # include "ircgopt.h" /* Optimizations based on interprocedural graph */ # include "irdom.h" /* Dominator analysis */