[PATCH] D15845: [ADT] Switch from a hacky use of PointerIntPair and poorly chosen arbitrary integers cast to Instruction pointers to a sum type over Instruction * and a PointerEmbeddedInt.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 03:01:16 PST 2016


chandlerc updated this revision to Diff 49942.
chandlerc added a comment.

FIx my bad merge.


http://reviews.llvm.org/D15845

Files:
  include/llvm/Analysis/MemoryDependenceAnalysis.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15845.49942.patch
Type: text/x-patch
Size: 5529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160307/806d89fb/attachment.bin>


More information about the llvm-commits mailing list