Remove the code that protected FastISel from aborting in
authorDan Gohman <gohman@apple.com>
Tue, 9 Sep 2008 02:40:04 +0000 (02:40 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 9 Sep 2008 02:40:04 +0000 (02:40 +0000)
commitcf01f7a78c18224866595b4b493d03a3de305e1f
tree693046fe258dbd5b5e5e25403e86d4d29d9ab2b2
parentbe919409ccbf166340fe8484fc95efc903e56699
Remove the code that protected FastISel from aborting in
the case of loads, stores, and conditional branches. It can
handle those now, so any that aren't handled should trigger
the abort.

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