produce an error on invalid input instead of asserting:
authorChris Lattner <sabre@nondot.org>
Thu, 10 Apr 2008 04:48:34 +0000 (04:48 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Apr 2008 04:48:34 +0000 (04:48 +0000)
commit3dc2e96eec566f8c4e88a34296d6f10b840d7d1e
tree876e9465daf74307bf7d1a4a35630dc61991790d
parent80b09fe8bc1d2755ef9a6b03b8862a657db42f06
produce an error on invalid input instead of asserting:

def : Pat<((v2f64 (vector_shuffle immAllZerosV_bc,
           ^

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