Node arguments to type casts can have names too. This code
authorChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2010 18:36:19 +0000 (18:36 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2010 18:36:19 +0000 (18:36 +0000)
commit43e4754817cfdd0e48e3dbe005211f1df4875f1f
treea53ed946e5ac6110cf1bc394e33e435343bd9597
parente00ed57087874369d9db02f5115b7bdbdce748e0
Node arguments to type casts can have names too.  This code
needs to be majorly refactored, but this spot bugfix allows
things like:

 def vmrghw_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
                             (vector_shuffle (v4i32 node:$lhs), node:$rhs), [{
...

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