X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firdom_t.h;h=5a5857c6ed215cf544fc5f1c50adbf759a0c6f94;hb=6d3cc33efb41b34b6d392c489921855f32c9baf5;hp=4ae7dd213a47247392bef8fe603e91ca2e937d90;hpb=5679b7b33dbf50a18c5ec8e2803fd269ac953671;p=libfirm diff --git a/ir/ana/irdom_t.h b/ir/ana/irdom_t.h index 4ae7dd213..5a5857c6e 100644 --- a/ir/ana/irdom_t.h +++ b/ir/ana/irdom_t.h @@ -1,12 +1,25 @@ -/* Copyright (C) 2002 by Universitaet Karlsruhe -* All rights reserved. -* -* Authors: Goetz Lindenmaier -* -* irdom_t.h: private datastructures -*/ +/* + * Project: libFIRM + * File name: ir/ana/irdom_t.h + * Purpose: Construct and access dominator tree -- private datastructures. + * Author: Goetz Lindenmaier + * Modified by: + * Created: 2.2002 + * CVS-ID: $Id$ + * Copyright: (c) 2002-2003 Universität Karlsruhe + * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + */ + + +/** + * @file irdom_t.h + * + * Dominator information private datastructures. + * + * @author Goetz Lindenmaier + * + */ -/* $Id$ */ # ifndef _IRDOM_T_H_ # define _IRDOM_T_H_