diff --git a/llvm/lib/CodeGen/MachineSink.cpp b/llvm/lib/CodeGen/MachineSink.cpp index 81b2fcfe78fd5..76947a419c347 100644 --- a/llvm/lib/CodeGen/MachineSink.cpp +++ b/llvm/lib/CodeGen/MachineSink.cpp @@ -138,7 +138,7 @@ namespace { DenseSet RegsToClearKillFlags; using AllSuccsCache = - DenseMap>; + SmallDenseMap>; /// DBG_VALUE pointer and flag. The flag is true if this DBG_VALUE is /// post-dominated by another DBG_VALUE of the same variable location.