From e97fb87e261a6ff99c34d564b10d0346c42faa0a Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 19 May 2010 17:08:36 +0000 Subject: [PATCH] remove commented-out declaration for nonexistant function [r27553] --- include/libfirm/irsimpletype.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/include/libfirm/irsimpletype.h b/include/libfirm/irsimpletype.h index 8b545dfaa..747a81ff8 100644 --- a/include/libfirm/irsimpletype.h +++ b/include/libfirm/irsimpletype.h @@ -62,17 +62,4 @@ void simple_analyse_types(void); /** Frees all type information datastructures. Sets the flag in irg to "???". */ void free_simple_type_information(void); -/** Computes type information for a node. - * - * Computes type information for a node. Does not remark this type information - * in the ir. Computes the type information by analysing the predecessors. - * Calls the same basic analyses routine for a node as simple_analyse_types, - * but returns unknown_type for Phi nodes. - * Each call is theoretically O(n). - * - * Not yet implemented, but I guess we want this for iropt, to find the - * type for newly allocated constants. - */ -/* type *analyse_irn_type(ir_node *node); */ - #endif -- 2.20.1