X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fscalar_replace.h;h=8c15701ca62e0d3d743ee703a8e17e411f720659;hb=ba831c86db3a30edc5cfb6edde57b6ea91cccf90;hp=16ed48889758ca101d0fc9483b3057a84d24079b;hpb=1a3b7d363474ab544c13093a2f0b578718d37c7a;p=libfirm diff --git a/ir/opt/scalar_replace.h b/ir/opt/scalar_replace.h index 16ed48889..8c15701ca 100644 --- a/ir/opt/scalar_replace.h +++ b/ir/opt/scalar_replace.h @@ -21,12 +21,12 @@ * @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 @@ -34,6 +34,6 @@ * * @param sel the Sel node */ -int is_address_taken(ir_node *sel); +bool is_address_taken(ir_node *sel); #endif /* FIRM_OPT_SCALAR_REPLACE_H */