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), [{
...

llvm-svn: 97952
1 file changed
tree: e4a95cca78172db6c83260d5adb28132cede240f
  1. clang/
  2. compiler-rt/
  3. llvm/