reject patterns that mention a name in the destination pattern
authorChris Lattner <sabre@nondot.org>
Tue, 23 Feb 2010 06:35:45 +0000 (06:35 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Feb 2010 06:35:45 +0000 (06:35 +0000)
commit967d54ae04d562e0d375bb1dda4289cc58590cfa
tree15a6bff02ff7b886c37e1a97a3b61746c1e847fb
parent25b6f91c549225ae4fc9855b9c82a46d05dfd4d8
reject patterns that mention a name in the destination pattern
but not in the input.  Previously, this would trigger an abort
late in the isel logic.

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