added used_x87 flag, so the x87 simulator runs only if fp
[libfirm] / ir / be / bessadestr.h
index 8bcc993..11edd31 100644 (file)
@@ -11,6 +11,6 @@
 
 /**
  * Performs SSA-Destruction. Arguments get adjusted, phi nodes just stay.
- * PRECONDITION: No block has a 'perm' for the current registerclass as last operation.
  */
 void be_ssa_destruction(be_chordal_env_t *chordal_env);
+void be_ssa_destruction_check(be_chordal_env_t *chordal_env);