X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fscalar_replace.h;h=16ed48889758ca101d0fc9483b3057a84d24079b;hb=d5d7159c209a9e5c5fa276f770b5b28a217990a8;hp=0e256f6d7847550bfc2d5376ace17bed50bd84a6;hpb=bbc6291b6a4ed4fe5bd8d1c2ddd57f4e6a0c8a74;p=libfirm diff --git a/ir/opt/scalar_replace.h b/ir/opt/scalar_replace.h index 0e256f6d7..16ed48889 100644 --- a/ir/opt/scalar_replace.h +++ b/ir/opt/scalar_replace.h @@ -30,12 +30,10 @@ /** * 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); - #endif /* FIRM_OPT_SCALAR_REPLACE_H */