X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyoptmain.h;h=215619702d162e3c8cada7cc398671297a47a5ee;hb=0d841728a12986b13b56bc5c019ff9466f1bd3ae;hp=51d2cb10e7056657232ab5949417dd372235ec55;hpb=9cf6223aa6356b752d000117aaeb7913701e1638;p=libfirm diff --git a/ir/be/becopyoptmain.h b/ir/be/becopyoptmain.h index 51d2cb10e..215619702 100644 --- a/ir/be/becopyoptmain.h +++ b/ir/be/becopyoptmain.h @@ -4,9 +4,10 @@ * Copyright: (c) Universitaet Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - * Main header for the optimization reducing the copy costs needed for: - * - phi coalescing - * - register-constrained nodes + * Main file for the optimization reducing the copies needed for: + * - Phi coalescing + * - Register-constrained nodes + * - Two-address code instructions */ #ifndef _BECOPYOPTMAIN_H @@ -19,6 +20,5 @@ void be_copy_opt_init(void); void be_copy_opt(be_chordal_env_t *chordal_env); -void be_copy_opt_verify(be_chordal_env_t *chordal_env); #endif