Propogate the Depth argument when calling
authorDan Gohman <gohman@apple.com>
Tue, 4 Aug 2009 00:24:42 +0000 (00:24 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 4 Aug 2009 00:24:42 +0000 (00:24 +0000)
commit206ad10c14e5dda3bf7b2dc8faf84b2f75124844
tree30950890ef3e28f3727462f1fc1b54acd8e98076
parentf6e75c3435de09bfd5a043c88e3a899da2bcc84f
Propogate the Depth argument when calling
TLI.computeMaskedBitsForTargetNode from ComputeMaskedBits, since
the former may call back into the latter. This fixes a major
compile time problem on a testcase that happnened to hit this
in a particularly bad way, PR4643.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78023 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp