+      if (TREE_CODE (type) == INTEGER_TYPE)
+       {
+         if (TREE_CODE (t) == INTEGER_CST && integer_zerop (t)
+             && !TREE_OVERFLOW (t))
+           return true;
+       }

Let's fold those conditions together.  :)

OK.

Jason

Reply via email to