CVS:
[libfirm] / ir / ir / irvrfy.c
index aae4229..74e0ee7 100644 (file)
@@ -3,9 +3,10 @@
 **
 ** Authors: Christian Schaefer
 **
-**
+x**
 */
 
+# include "irgraph_t.h"
 # include "irvrfy.h"
 # include "irgwalk.h"
 
@@ -25,9 +26,6 @@ irn_vrfy (ir_node *n)
   mymode = get_irn_mode (n);
   in = get_irn_in (n);
 
-//  IR_OP_VRFY (opcode);
-//  IR_MODE_VRFY (mymode);
-
   switch (opcode) {
 
   case iro_Start: