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)
commit04f0f5ba61bcd4a0341019cec3d3827bb0fef779
treef1f46b91825fcc2f985e0150116b56b3fc6ad94d
parent782d620657dc5550fbd67ca34778fc9f5a2a9882
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>
llvm-svn: 230861
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp