Skip to content
  • Chandler Carruth's avatar
    [Modules] Move ValueMap to the IR library. While this class does not · a4ea269f
    Chandler Carruth authored
    directly care about the Value class (it is templated so that the key can
    be any arbitrary Value subclass), it is in fact concretely tied to the
    Value class through the ValueHandle's CallbackVH interface which relies
    on the key type being some Value subclass to establish the value handle
    chain.
    
    Ironically, the unittest is already in the right library.
    
    llvm-svn: 202824
    a4ea269f
Loading