remove commented-out declaration for nonexistant function
authorMatthias Braun <matze@braunis.de>
Wed, 19 May 2010 17:08:36 +0000 (17:08 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 19 May 2010 17:08:36 +0000 (17:08 +0000)
[r27553]

include/libfirm/irsimpletype.h

index 8b545df..747a81f 100644 (file)
@@ -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