first step to fixing PR8642: don't fold away empty basic blocks
which have trapping constant exprs in them due to PHI nodes. Eliminating them can cause the constant expr to be evalutated on new paths if the input edges are critical. llvm-svn: 122164
Loading
Please register or sign in to comment