Allow subclasses of the ValueHandleBase to store information as part of the
authorBill Wendling <isanbard@gmail.com>
Sun, 8 Apr 2012 10:16:43 +0000 (10:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 8 Apr 2012 10:16:43 +0000 (10:16 +0000)
commit5252c432dd93147fa70a536be58a15ef329de0b7
tree609a011df1d6cdd18b9272755ed80cc1b5bd091d
parentb45c96995924d1b74f2a91e85e21be98709285cd
Allow subclasses of the ValueHandleBase to store information as part of the
value pointer by making the value pointer into a pointer-int pair with 2 bits
available for flags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154279 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ValueHandle.h
lib/VMCore/Value.cpp