X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fscalar_replace.h;h=8c15701ca62e0d3d743ee703a8e17e411f720659;hb=8c9921a1fc166552f6e416434fd8394a4fc210a3;hp=e5482b938ac7b181875acd9b2504f70b7627b079;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/opt/scalar_replace.h b/ir/opt/scalar_replace.h index e5482b938..8c15701ca 100644 --- a/ir/opt/scalar_replace.h +++ b/ir/opt/scalar_replace.h @@ -21,19 +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); +bool is_address_taken(ir_node *sel); #endif /* FIRM_OPT_SCALAR_REPLACE_H */