- simplified code
[libfirm] / ir / be / ppc32 / ppc32_transform.c
index 3a643fb..6c4a6a6 100644 (file)
@@ -42,7 +42,6 @@
 #include "bearch_ppc32_t.h"
 
 #include "ppc32_nodes_attr.h"
-#include "archop.h"
 #include "ppc32_transform.h"
 #include "ppc32_new_nodes.h"
 #include "ppc32_map_regs.h"
@@ -1423,7 +1422,7 @@ static ir_node *gen_fp_known_symconst(ppc32_transform_env_t *env, tarval *known_
                    const code irg */
                rem = current_ir_graph;
                current_ir_graph = get_const_code_irg();
-               cnst = new_Const(env->mode, key.tv);
+               cnst = new_Const(key.tv);
                current_ir_graph = rem;
 
                set_atomic_ent_value(ent, cnst);