removed assert
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 9 Jan 2006 16:35:20 +0000 (16:35 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 9 Jan 2006 16:35:20 +0000 (16:35 +0000)
ir/be/ia32/ia32_map_regs.c

index 46f5b05..43bd323 100644 (file)
@@ -101,6 +101,6 @@ long translate_proj_pos(const ir_node *proj) {
                return nr;
        }
 
-       assert(0 && "unsupported Proj(X)");
-       return -1;
+//     assert(0 && "unsupported Proj(X)");
+       return nr;
 }