X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Flower%2Flower_copyb.c;h=eac96a36c838da2fd1323c516c3f158fd73c60e2;hb=337d80943727432a91e53ef5b5554eac00a7b7da;hp=e5f88ce89e18f8794a9e478a419dccedb543a798;hpb=218f0c5ca072a8402fc3e41cabf4ebbca1bed054;p=libfirm diff --git a/ir/lower/lower_copyb.c b/ir/lower/lower_copyb.c index e5f88ce89..eac96a36c 100644 --- a/ir/lower/lower_copyb.c +++ b/ir/lower/lower_copyb.c @@ -21,7 +21,6 @@ * @file * @brief Lower small CopyB nodes into a series of Load/Store nodes * @author Michael Beck, Matthias Braun, Manuel Mohr - * @version $Id$ */ #include "config.h" @@ -277,7 +276,6 @@ void lower_CopyB(ir_graph *irg, unsigned max_small_sz, unsigned min_large_sz, { const backend_params *bparams = be_get_backend_param(); walk_env_t env; - entry_t *entry; assert(max_small_sz < min_large_sz && "CopyB size ranges must not overlap");