*** empty log message ***
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 12 Mar 2001 16:02:13 +0000 (16:02 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 12 Mar 2001 16:02:13 +0000 (16:02 +0000)
[r125]

Changes
README

diff --git a/Changes b/Changes
index e80d940..22d58dd 100644 (file)
--- 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 f8eb006..640ffe5 100644 (file)
--- 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