*** empty log message ***
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 6 Jul 2000 14:24:01 +0000 (14:24 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 6 Jul 2000 14:24:01 +0000 (14:24 +0000)
[r33]

ir/Makefile
ir/ir/Makefile
ir/tr/Makefile
ir/tv/Makefile
testprograms/dead_block_example.c

index 5d54385..22d486a 100644 (file)
@@ -12,7 +12,7 @@
 # Further it updates the TAGS file with each recompilation
 
 SUBDIRS = adt common debug ident ir tr tv
-INCLUDES = -I../adt -I../common -I../debug -I../ident -I../../include \
+INCLUDES = -I../adt -I../common -I../debug -I../ident -I../include \
           -I../ir -I../tr -I../tv
 OFILES =
 
index de9f854..7a823e2 100644 (file)
@@ -15,7 +15,7 @@ DEPENDFLAGS = -M
 LIBPATH     =
 LIBS        =
 X_LIBS      =
-INCLUDES    = -I../adt -I../common -I../debug -I../ident -I../../include \
+INCLUDES    = -I../adt -I../common -I../debug -I../ident -I../include \
              -I../ir -I../tr -I../tv
 X_INCLUDES  =
 
index e0f72d8..aaf3ae2 100644 (file)
@@ -15,7 +15,7 @@ DEPENDFLAGS = -M
 LIBPATH     =
 LIBS        =
 X_LIBS      =
-INCLUDES    = -I../adt -I../common -I../debug -I../ident -I../../include \
+INCLUDES    = -I../adt -I../common -I../debug -I../ident -I../include \
              -I../ir -I../tr -I../tv
 X_INCLUDES  =
 
index f9170da..4518b37 100644 (file)
@@ -14,7 +14,7 @@ DEPENDFLAGS = -M
 LIBPATH     =
 LIBS        =
 X_LIBS      =
-INCLUDES    = -I../adt -I../common -I../debug -I../ident -I../../include \
+INCLUDES    = -I../adt -I../common -I../debug -I../ident -I../include \
              -I../ir -I../tr -I../tv
 X_INCLUDES  =
 
index e6a5786..ad6c8cc 100644 (file)
@@ -46,12 +46,11 @@ int main(int argc, char **argv)
 {
   ir_graph *irg;          /* this variable contains the irgraph */
   type_class *owner;      /* the class in which this method is defined */
-  type_method *proc_main; /* typeinformation for the method main */
+  type_method *proc_main; /* type information for the method main */
   entity *ent;            /* represents this method as entity of owner */
   ir_node *c1, *c2, *cond, *f, *t, *endBlock, *Block1, *jmp, *Block2,
           *deadBlock, *x;
 
-
   /* init library */
   init_firm ();