Prazek abandoned this revision. Prazek added inline comments.
================ Comment at: lib/CodeGen/SplitKit.h:298 - typedef PointerIntPair<VNInfo*, 1> ValueForcePair; + typedef PointerIntPair<VNInfo*, 1, bool> ValueForcePair; typedef DenseMap<std::pair<unsigned, unsigned>, ValueForcePair> ValueMap; ---------------- alexfh wrote: > Is it an automated fix? No, this is the only one that I'have made by hand, so it won't change some calls on this type https://reviews.llvm.org/D19105 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits