X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyoptmain.h;h=51d2cb10e7056657232ab5949417dd372235ec55;hb=3c751b006ff4ad049b3733a082efd2f30c8fdbca;hp=9bf9c0be134f090ed5a78c15016f9223898b4fa2;hpb=2cff35bf483b64c70f281a3fcc7a5b97cc35ed8e;p=libfirm diff --git a/ir/be/becopyoptmain.h b/ir/be/becopyoptmain.h index 9bf9c0be1..51d2cb10e 100644 --- a/ir/be/becopyoptmain.h +++ b/ir/be/becopyoptmain.h @@ -4,10 +4,9 @@ * Copyright: (c) Universitaet Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - * Main header for the optimization reducing the copies needed for: + * Main header for the optimization reducing the copy costs needed for: * - phi coalescing * - register-constrained nodes - * */ #ifndef _BECOPYOPTMAIN_H @@ -20,5 +19,6 @@ 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