Two changes:
authorChris Lattner <sabre@nondot.org>
Thu, 17 Mar 2005 19:56:18 +0000 (19:56 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 17 Mar 2005 19:56:18 +0000 (19:56 +0000)
commit2e2cce69bcd8f0ce55e147cefe21935c2d9355b1
treeda4500826dc3804a3a2c2d48b417ac1fc1fd4c62
parent817aed4fab460c4e48fc632de513b0998eeb5a18
Two changes:
  1. Chain to the parent implementation of M/R analysis if we can't find
     any information.  It has some heuristics that often do well.
  2. Do not clear all flags, this can make invalid nodes by turning nodes
     that used to be collapsed into non-collapsed nodes (fixing crashes)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20659 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/DataStructureAA.cpp