X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firop.c;h=b4a926717c4fade2b7d5f8ad3a6cd3ec65033702;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=80928cffa7fefd0ac7a2f5ea475f914be56cb3a0;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ir/irop.c b/ir/ir/irop.c index 80928cffa..b4a926717 100644 --- a/ir/ir/irop.c +++ b/ir/ir/irop.c @@ -17,17 +17,12 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/ir/irop.c - * Purpose: Representation of opcode of intermediate operation. - * Author: Christian Schaefer - * Modified by: Goetz Lindenmaier, Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2006 Universität Karlsruhe +/** + * @file + * @brief Representation of opcode of intermediate operation. + * @author Christian Schaefer, Goetz Lindenmaier, Michael Beck + * @version $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif