Added is_Const
[libfirm] / ir / opt / funccall.c
index a1b0b76..51c5c6e 100644 (file)
@@ -115,7 +115,7 @@ void optimize_funccalls(void)
         if (change)
           break;
       }
-      else if (op == op_Raise) {
+      else {
         /* exception found */
         change = 1;
         break;