]> granicus.if.org Git - llvm/commit
Use a 2 bit pointer in ValueHandleBase::PrevPair; NFC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Mon, 1 May 2017 17:36:12 +0000 (17:36 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Mon, 1 May 2017 17:36:12 +0000 (17:36 +0000)
commit30e4179aa1394206500abf459e09b35c35e00390
tree1d92dcc5225c9a6fcef8fb6323e1a1dfcd649365
parent7da1589b90521887b33b386e38c9f352341aebea
Use a 2 bit pointer in ValueHandleBase::PrevPair; NFC

This was an omission in r301813.  I had made the supporting changes to
make this happen, but I forgot to actually update the PrevPair
declaration.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301817 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/ValueHandle.h