X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fscalar_replace.h;h=4b53be83bb6f327f2336931b98ef019f99aca0e3;hb=5ea61f3166daab45e560f0d7955fd4c72d8c7167;hp=16ed48889758ca101d0fc9483b3057a84d24079b;hpb=15ad7ccd8dff64e1808e1d093d4a8d7cda5af33e;p=libfirm diff --git a/ir/opt/scalar_replace.h b/ir/opt/scalar_replace.h index 16ed48889..4b53be83b 100644 --- a/ir/opt/scalar_replace.h +++ b/ir/opt/scalar_replace.h @@ -27,6 +27,7 @@ #define FIRM_OPT_SCALAR_REPLACE_H #include "firm_types.h" +#include /** * Returns non-zero, if the address of an entity @@ -34,6 +35,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 */