fix sse/x87 fixup code added at wrong places
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index 9da938c..db66c25 100644 (file)
@@ -486,6 +486,11 @@ int is_ia32_St(const ir_node *node);
  */
 int is_ia32_Cnst(const ir_node *node);
 
+/**
+ * Swaps left/right input of a node (and adjusts pnc if needed)
+ */
+void ia32_swap_left_right(ir_node *node);
+
 /**
  * Initializes the nodes attributes.
  */