From 35f22592a783163c78531bf4ab1a2556add3fa38 Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Wed, 14 Jul 2004 11:59:08 +0000 Subject: [PATCH] Optionally do whole-program assumption; (OBEY) [r3441] --- ir/ana/cgana.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ana/cgana.h b/ir/ana/cgana.h index 3f90b4c00..9c78b7584 100644 --- a/ir/ana/cgana.h +++ b/ir/ana/cgana.h @@ -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. * -- 2.20.1