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

testprograms/empty.c

index 8a3e635..75d130d 100644 (file)
@@ -36,7 +36,7 @@ int main(int argc, char **argv)
   /* init library */
   init_firm ();
 
-  set_opt_dead_node_elimination (o);
+  set_opt_dead_node_elimination (0);
 
   /* FIRM was designed for oo languages where all methods belong to a class.
    * For imperative languages like C we view a file as a large class containing