OSDN Git Service

Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel
authorDan Gohman <gohman@apple.com>
Tue, 7 Oct 2008 23:00:56 +0000 (23:00 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 7 Oct 2008 23:00:56 +0000 (23:00 +0000)
commiteb0d6abee36c274cf081948795f4675d8f33fc6f
tree47998c3751e8fb6a2ceca81cf0260855a621bfcf
parentbde84d2fca4217043eb8c2ba447ae2797813ca54
Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel
instead.

So now: -fast-isel or -fast-isel=true enable fast-isel, and
-fast-isel=false disables it. Fast-isel is also on by default
with -fast, and off by default otherwise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57270 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp
test/CodeGen/X86/2008-05-21-CoalescerBug.ll