]> granicus.if.org Git - clang/commit
Per discussion with Ted, the 'FromSuper'/'FromSub' logic is invalid. Simplify
authorZhongxing Xu <xuzhongxing@gmail.com>
Sat, 17 Oct 2009 08:39:24 +0000 (08:39 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sat, 17 Oct 2009 08:39:24 +0000 (08:39 +0000)
commitf77869ffdf74fa525777d1ffab9a09a26955b53f
tree80caef52644327f3ec492ebdc22b85736a384feb
parent9b02034b6461000f8355c9c91118adaf644cbc8a
Per discussion with Ted, the 'FromSuper'/'FromSub' logic is invalid. Simplify
the code to standard worklist algorithm. Always add both sub and super
regions of live regions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84323 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/RegionStore.cpp