X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fscalar_replace.h;h=8c15701ca62e0d3d743ee703a8e17e411f720659;hb=a6888dd0c74a74aa5ec89d4542e402bda7cd61cb;hp=0e256f6d7847550bfc2d5376ace17bed50bd84a6;hpb=bbc6291b6a4ed4fe5bd8d1c2ddd57f4e6a0c8a74;p=libfirm diff --git a/ir/opt/scalar_replace.h b/ir/opt/scalar_replace.h index 0e256f6d7..8c15701ca 100644 --- a/ir/opt/scalar_replace.h +++ b/ir/opt/scalar_replace.h @@ -21,21 +21,19 @@ * @file * @brief Scalar replacement of compounds. * @author Beyhan Veliev, Michael Beck - * @version $Id$ */ #ifndef FIRM_OPT_SCALAR_REPLACE_H #define FIRM_OPT_SCALAR_REPLACE_H #include "firm_types.h" +#include /** * Returns non-zero, if the address of an entity - * represented by a Sel node (or it's successor Sels) is taken. + * represented by a Sel node (or its successor Sels) is taken. * * @param sel the Sel node */ -int is_address_taken(ir_node *sel); - -void firm_init_scalar_replace(void); +bool is_address_taken(ir_node *sel); #endif /* FIRM_OPT_SCALAR_REPLACE_H */