Don't use std::set_difference when the two sets are sorted differently. Compute
the difference manually instead. This allows GVNPRE to produce correct analysis for the example in the GVNPRE paper. llvm-svn: 37425
Loading
Please register or sign in to comment