Optionally do whole-program assumption; (OBEY)
authorFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Wed, 14 Jul 2004 11:59:08 +0000 (11:59 +0000)
committerFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Wed, 14 Jul 2004 11:59:08 +0000 (11:59 +0000)
[r3441]

ir/ana/cgana.h

index 3f90b4c..9c78b75 100644 (file)
@@ -60,7 +60,7 @@
  *    - Replaces unreachable Sel nodes by Bad  (@@@ was genau meint unreachable?)
  *    - Replaces Sel-method by Const if the Method is never overwritten */
 /*  @@@ I assume this can not be called via JNI :-( -- how to obtain the array pointer? */
-void cgana(int *len, entity ***free_methods);
+void cgana(int *len, entity ***free_methods, int whole);
 
 /** Free callee information.
  *