X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fscalar_replace.h;h=0e256f6d7847550bfc2d5376ace17bed50bd84a6;hb=188a17803798f8d78b1c02c3b68976056bce33d9;hp=437ef74a68ea1c161c668d6b67fd230e2bfe256c;hpb=1ec30d95387eb392ba5a1adc7958ebd91383d59c;p=libfirm diff --git a/ir/opt/scalar_replace.h b/ir/opt/scalar_replace.h index 437ef74a6..0e256f6d7 100644 --- a/ir/opt/scalar_replace.h +++ b/ir/opt/scalar_replace.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -36,4 +36,6 @@ */ int is_address_taken(ir_node *sel); +void firm_init_scalar_replace(void); + #endif /* FIRM_OPT_SCALAR_REPLACE_H */