we save entities not idents in ia32 symconsts now
[libfirm] / ir / be / belive.c
index 352c240..8c6c3d0 100644 (file)
@@ -4,7 +4,7 @@
  * @date 6.12.2004
  */
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "impl.h"
@@ -682,6 +682,7 @@ pset *be_liveness_transfer(const arch_env_t *arch_env, const arch_register_class
 
        if(arch_irn_consider_in_reg_alloc(arch_env, cls, irn)) {
                ir_node *del = pset_remove_ptr(live, irn);
+               (void) del;
                assert(irn == del);
        }