Fixup for recent -fast-isel-abort change: code didn't match description
authorMehdi Amini <mehdi.amini@apple.com>
Sat, 28 Feb 2015 19:34:54 +0000 (19:34 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Sat, 28 Feb 2015 19:34:54 +0000 (19:34 +0000)
commit8d25e3a83205918688ecec526b6d41f61b6f4500
treee4be80b21419bf3079e1dc9886607c01170be7a1
parent8df1c6ef095176bc45c8f1d322c84d7e2ff28356
Fixup for recent -fast-isel-abort change: code didn't match description

Level 1 should abort for all instructions but call/terminators/args.
Instead it was aborting only if the level was > 2

From: Mehdi Amini <mehdi.amini@apple.com>

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