X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillmorgan.h;h=e400aacea8e4aec7d17b7611cc5c71e2e18b152b;hb=4ed245f5007168dab7850942a7ee6b6b29a19817;hp=addbc0b72ea5008e965a310c3090062d22334aaf;hpb=f436f72951577e35b60e0ea1f2e6a536e4f479bb;p=libfirm diff --git a/ir/be/bespillmorgan.h b/ir/be/bespillmorgan.h index addbc0b72..e400aacea 100644 --- a/ir/be/bespillmorgan.h +++ b/ir/be/bespillmorgan.h @@ -2,7 +2,7 @@ * Author: Matthias Braun * Date: 05.05.2006 * Copyright: (c) Universitaet Karlsruhe - * License: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + * License: This file is protected by GPL - GNU GENERAL PUBLIC LICENSE. */ #ifndef BESPILLMORGAN_H_ #define BESPILLMORGAN_H_ @@ -10,6 +10,6 @@ #include "be_t.h" #include "bechordal.h" -void be_spill_morgan(const be_chordal_env_t *env); +void be_spill_morgan(be_chordal_env_t *env); #endif