Implemented the computation of outedges in interprocedural graphs
[libfirm] / testprograms / const_eval_example.c
index d90f106..dc0bce0 100644 (file)
@@ -1,10 +1,14 @@
-/* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-* All rights reserved.
-*
-* Authors: Christian Schaefer, Goetz Lindenmaier
-*
-* testprogram
-*/
+/*
+ * Project:     libFIRM
+ * File name:   testprograms/const_eval_example.c
+ * Purpose:     Test constant evaluation.
+ * Author:      Christian Schaefer, Goetz Lindenmaier
+ * Modified by:
+ * Created:
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 1999-2003 Universität Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
 
 #include <stdio.h>
 # include <string.h>