// { dg-do compile }// { dg-options "-O2 -fdump-tree-evrp" }intalways1(int a,int b) {if(a / b)return b !=0;return1;}// If b != 0 is optimized by recognizing divide by 0 cannot happen,// there should be no PHI node.// { dg-final { scan-tree-dump-not "PHI" "evrp" } }