Check in a (disabled) failed attempt to improve the ordering of
authorChris Lattner <sabre@nondot.org>
Mon, 29 Mar 2010 01:56:19 +0000 (01:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Mar 2010 01:56:19 +0000 (01:56 +0000)
commita0401249e8fed831b61d7f93e5a546a1b7eda681
tree43be355d3baa28540e2f262109d5613f39e42704
parent48e86dbe29e331357b0df11075b7974009c65f34
Check in a (disabled) failed attempt to improve the ordering of
patterns within the generated matcher.  This works great except
that the sort fails because the relation defined isn't
transitive.  I have a much simpler solution coming next, but want
to archive the code.

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