Skip to content
  • Rui Ueyama's avatar
    8f687f71
    Remove inappropriate use of CachedHashStringRef. · 8f687f71
    Rui Ueyama authored
    Use of CachedHashStringRef makes sense only when we reuse hash values.
    Sprinkling it to all DenseMap has no benefits and just complicates data types.
    Basically we shouldn't use CachedHashStringRef unless there is a strong
    reason to to do so.
    
    llvm-svn: 290076
    8f687f71
    Remove inappropriate use of CachedHashStringRef.
    Rui Ueyama authored
    Use of CachedHashStringRef makes sense only when we reuse hash values.
    Sprinkling it to all DenseMap has no benefits and just complicates data types.
    Basically we shouldn't use CachedHashStringRef unless there is a strong
    reason to to do so.
    
    llvm-svn: 290076
Loading