*** empty log message ***
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 19 Jun 2001 17:19:03 +0000 (17:19 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 19 Jun 2001 17:19:03 +0000 (17:19 +0000)
[r174]

Changes
TODO

diff --git a/Changes b/Changes
index ffff15a..1295701 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+  19.6.2001 Goetz
+  Changed array bounds in type.h to ir_node*.  This allows to
+  construct array bounds that are complex constant expressions
+  simpler.  Further dynamic array bounds can be displayed.
+  Comment in ircons.c extended: undefined values in start_block.
+
   7.6.2001 Goetz
   ifdef'ed all uses of gmp in tv.c away.  Optimizations for
   mode_Z no more supported, as well as constants of that mode.
diff --git a/TODO b/TODO
index cabdd1a..493a254 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,7 @@
+  * 19.6.2001 Goetz
+    What happens if undefined values are allowed?  See ircons.c,
+    grep for get_irg_start_block.
+
   * 23.5.2001 Goetz
     Does the array type contain a field with the array entity?
     This entity should be constructed automatically with the array type.