Make warning about registers assigned to Phi inputs more clear.
[libfirm] / ir / be / ppc32 / ppc32_emitter.c
index 1477df6..6acdf71 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.
  *
@@ -141,7 +141,7 @@ void ppc32_emit_dest_register(const ir_node *node, int pos) {
 }
 
 void ppc32_emit_rlwimi_helper(const ir_node *n) {
-       rlwimi_const_t *rlwimi_const = get_ppc32_rlwimi_const(n);
+       const rlwimi_const_t *rlwimi_const = get_ppc32_rlwimi_const(n);
 
        be_emit_irprintf("%i, %i, %i", rlwimi_const->shift,
                rlwimi_const->maskA, rlwimi_const->maskB);