Change -fast-isel-no-abort to -fast-isel-abort, which now defaults
authorDan Gohman <gohman@apple.com>
Tue, 9 Sep 2008 23:05:00 +0000 (23:05 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 9 Sep 2008 23:05:00 +0000 (23:05 +0000)
commit4344a5d0d7b280f0b891e0e6a4413b059d9080b3
treec71f090dc7487efe42dfee178a384386c05f35ed
parent4b88702ac3fac540b970e2d92f3dcc5071f16a84
Change -fast-isel-no-abort to -fast-isel-abort, which now defaults
to being off by default. Also, add assertion checks to check that
the various fast-isel-related command-line options are only used
when -fast-isel itself is enabled.

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