Turn an assert into an error message. This is commonly triggered when
authorChris Lattner <sabre@nondot.org>
Tue, 31 Oct 2006 07:33:13 +0000 (07:33 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 31 Oct 2006 07:33:13 +0000 (07:33 +0000)
commitd03f1581c8a854fdbe4f5a738e9322341c2bc77f
treedb6c2ae88136c793e396b18d1e9cc43cb903771e
parent94b6d6eb6b52a9a257ee1b6885861a8c326f836b
Turn an assert into an error message.  This is commonly triggered when
we don't support a specific constraint yet.  When this happens, print the
unsupported constraint.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31310 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp