add a new CheckMultiOpcode opcode for checking that a node
authorChris Lattner <sabre@nondot.org>
Mon, 22 Feb 2010 22:30:37 +0000 (22:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Feb 2010 22:30:37 +0000 (22:30 +0000)
commit12a667c1e8fa57a13ae751164b6dd4412a62dc5d
treea98a6a6557659a50699254f925e083f95fb1e6fb
parent1f2ed5fe7ed9327f79dc7128fc109e4d6c864907
add a new CheckMultiOpcode opcode for checking that a node
has one of the list of acceptable opcodes for a complex
pattern.  This fixes 4 regtest failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96814 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DAGISelHeader.h
utils/TableGen/DAGISelMatcher.cpp
utils/TableGen/DAGISelMatcher.h
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/DAGISelMatcherGen.cpp