check in anton's patch to make inlining happen in a determinstic order
authorChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2008 03:02:03 +0000 (03:02 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2008 03:02:03 +0000 (03:02 +0000)
commit2ca698df93421327a459987b33b045756cb47d4d
treeccee438fba97db84ddc16a2c4f8eee66bf27e04a
parent80c1a5622a26794873b0d44e27c04926cd6c6be1
check in anton's patch to make inlining happen in a determinstic order
and fix the bug that it uncovers: inlining a pattern fragment could bring
in other pattern fragments if the inlinee hadn't already been inlined.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52888 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenDAGPatterns.cpp