Correct a subtle bug in the ia32 backend: Sub(x, x) triggered that the Neg+Add trick...
[libfirm] / ir / ir / irtypes.h
index abe4b79..b78cdd9 100644 (file)
@@ -47,8 +47,6 @@
 #include "obst.h"
 #include "vrp.h"
 
-struct ir_phase;
-
 /** The type of an ir_op. */
 struct ir_op {
        unsigned code;          /**< The unique opcode of the op. */