Works now with endless loops.
[libfirm] / ir / ana / cdep.c
index f2b0fb5..d746f19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyrigth (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -180,6 +180,7 @@ void compute_cdep(ir_graph *irg)
 
 void free_cdep(ir_graph *irg)
 {
+       (void) irg;
        // TODO atm leaking more memory than a small memory leaking animal
 }