From: Götz Lindenmaier Date: Mon, 12 Mar 2001 16:02:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1f4c9d85cf97a6c935d86b5ca30fd433e363e621;p=libfirm *** empty log message *** [r125] --- diff --git a/Changes b/Changes index e80d94078..22d58dd19 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ + 12.3.2001 Goetz + Fooled around with if_while_example: Why does cse make it abort? + Cse removes path to End node, Bad remains as pred of Endblock. + The block walker can't deal with this. + Made new example with only loop: while_example. + 12.3.2001 Boris added auto documentation in Makefiles, configure, etc example in ir/ir/ircons.c - much must be added diff --git a/README b/README index f8eb006b3..640ffe5a1 100644 --- a/README +++ b/README @@ -15,8 +15,11 @@ cd testprograms make make run -if you have set up the include and libdir using configure you can install -the library and its headers by 'make install' +If you have set up the include and libdir using configure you can install +the library and its headers by 'make install'. This is encouraged if the +library is hooked up to any other modules, e.g., a front end. Only the +external headers are guaranteed to remain stable, the implementation might +change. For more documentation see /include/firm.h. To generate FIRM code from a compiler frontend read the documentation