Loads do not remove any nodes from the exec after sets. Also fix a 'node leak'.
[libfirm] / ir / ana / irlivechk.h
index 90ee3d0..fc22e66 100644 (file)
@@ -1,18 +1,35 @@
+/*
+ * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ *
+ * This file is part of libFirm.
+ *
+ * This file may be distributed and/or modified under the terms of the
+ * GNU General Public License version 2 as published by the Free Software
+ * Foundation and appearing in the file LICENSE.GPL included in the
+ * packaging of this file.
+ *
+ * Licensees holding valid libFirm Professional Edition licenses may use
+ * this file in accordance with the libFirm Commercial License.
+ * Agreement provided with the Software.
+ *
+ * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+ * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE.
+ */
+
 /**
- * @file   irlivechk.h
- * @date   22.04.2007
- * @author Sebastian Hack
+ * @file    irlivechk.h
+ * @author  Sebastian Hack
+ * @date    22.04.2007
+ * @version $Id$
+ * @summary
  *
  * Live in/end checks whose only precomputation concerns the structure of the CFG.
  * Hence, nothing has to be updated if the program is modified unless the CFG is touched.
  * See .c file for more comments.
- *
- * Copyright (C) 2007 Universitaet Karlsruhe
- * Released under the GPL
  */
-
-#ifndef _IRLIVECHK_H
-#define _IRLIVECHK_H
+#ifndef FIRM_ANA_IRLIVECHK_H
+#define FIRM_ANA_IRLIVECHK_H
 
 #include "irgraph.h"
 #include "irnode.h"
@@ -59,4 +76,4 @@ extern int lv_chk_bl_out(const lv_chk_t *lv, const ir_node *bl, const ir_node *i
  */
 extern int lv_chk_bl_in(const lv_chk_t *lv, const ir_node *bl, const ir_node *irn);
 
-#endif /* _IRLIVECHK_H */
+#endif /* FIRM_ANA_IRLIVECHK_H */