- C99 features removed
[libfirm] / ir / be / ia32 / ia32_transform.h
index cf604f5..2fa865b 100644 (file)
  */
 void ia32_transform_graph(ia32_code_gen_t *cg);
 
-#ifndef NDEBUG
-/**
- * Prints the old node name on cg obst and returns a pointer to it.
- */
-const char *ia32_get_old_node_name(ia32_code_gen_t *cg, ir_node *irn);
-#endif /* NDEBUG */
-
 /**
  * Some constants needed for code generation.
  * Generated on demand.
@@ -66,9 +59,4 @@ void ia32_add_missing_keeps(ia32_code_gen_t *cg);
  */
 ir_node *ia32_skip_downconv(ir_node *node);
 
-/**
- * Get a primitive type for a mode.
- */
-ir_type *get_prim_type(pmap *types, ir_mode *mode);
-
 #endif /* FIRM_BE_IA32_IA32_TRANSFORM_H */