[PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821

Piotr Padlewski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 13 02:00:11 PST 2017


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





More information about the cfe-commits mailing list