summaryrefslogtreecommitdiff
path: root/include/llvm/IR/ValueHandle.h
Commit message (Collapse)AuthorAge
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
Move the test for this class into the IR unittests as well. This uncovers that ValueMap too is in the IR library. Ironically, the unittest for ValueMap is useless in the Support library (honestly, so was the ValueHandle test) and so it already lives in the IR unittests. Mmmm, tasty layering. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202821 91177308-0d34-0410-b5e6-96231b3b80d8