X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fescape_ana.c;h=be3ee27c311f70314a2ec976e37566651d877858;hb=8c9921a1fc166552f6e416434fd8394a4fc210a3;hp=f74ee0a8f24528fe49a0f700745c6c60f25e2dbf;hpb=3be74f06d986d871e3b6e76cf34f9443ab052740;p=libfirm diff --git a/ir/opt/escape_ana.c b/ir/opt/escape_ana.c index f74ee0a8f..be3ee27c3 100644 --- a/ir/opt/escape_ana.c +++ b/ir/opt/escape_ana.c @@ -17,21 +17,11 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/opt/escape_ana.c - * Purpose: escape analysis and optimization - * Author: Michael Beck - * Modified by: - * Created: 03.11.2005 - * CVS-ID: $Id$ - * Copyright: (c) 1999-2005 Universität Karlsruhe - */ - /** - * @file escape_ana.c - * - * A fast and simple Escape analysis. + * @file + * @author Michael Beck + * @date 03.11.2005 + * @brief A fast and simple Escape analysis. */ #include "config.h"