commit | a2efc5ff6ecc7dfca66b51030510afd004732217 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Mon Oct 11 18:48:18 2010 +0000 |
committer | Eric Christopher <echristo@apple.com> | Mon Oct 11 18:48:18 2010 +0000 |
tree | 8af7cee4e715902149dab5bd74b84ab187efffc3 | |
parent | 01855071e24e0e3e75306b82267d3ad0b13a0c15 [diff] [blame] |
Turn on arm fast isel by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116212 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index f778d1a..a7ca18e 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp
@@ -48,7 +48,7 @@ static cl::opt<bool> EnableARMFastISel("arm-fast-isel", cl::desc("Turn on experimental ARM fast-isel support"), - cl::init(false), cl::Hidden); + cl::init(true), cl::Hidden); namespace {