Remove the now-unused GRState::isEqual method. Instead of asking if an...
Remove the now-unused GRState::isEqual method. Instead of asking if an expression equals a certain value, use SValuator::EvalEQ and GRState::Assume to see if it can, must, or must not equal that value. llvm-svn: 107638
Loading
Please register or sign in to comment