[PATCH] D46599: [DbgInfo] Attempt to fix bug 37149

Son Tuan Vu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 08:10:41 PDT 2018


tyb0807 added a comment.

Urgh, sorry but ... what new check? The only check is just transforming `SmallSet::count()` into `SmallDenseMap::find()` + comparing with `SmallDenseMap::end()`, so just to check whether the interval start was trimmed to the lexical scope (which is already commented in L1210).


Repository:
  rL LLVM

https://reviews.llvm.org/D46599





More information about the llvm-commits mailing list