Test case for historical reasons
[libfirm] / ir / be / ppc32 / ppc32_emitter.c
index 7372988..a5a0d6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -494,7 +494,7 @@ static void emit_be_Perm(const ir_node *irn) {
 static void emit_Proj(const ir_node *irn) {
        ir_node *pred = get_Proj_pred(irn);
 
-       if (get_irn_op(pred) == op_Start) {
+       if (is_Start(pred)) {
                if (get_Proj_proj(irn) == pn_Start_X_initial_exec) {
                        emit_Jmp(irn);
                }