added removal of introduced copies for phi-spill
[libfirm] / ir / be / ia32 / ia32_emitter.c
index f3059a1..e9f9f65 100644 (file)
@@ -56,7 +56,7 @@ const char *node_const_to_str(ir_node *n) {
  */
 char *node_offset_to_str(ir_node *n) {
        char   *buf;
-       tarval *tv = get_ia32_offs(n);
+       tarval *tv = get_ia32_am_offs(n);
 
        if (tv) {
                buf = malloc(SNPRINTF_BUF_LEN);