diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMFastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp index f778d1ab034..a7ca18e8c5e 100644 --- a/llvm/lib/Target/ARM/ARMFastISel.cpp +++ b/llvm/lib/Target/ARM/ARMFastISel.cpp @@ -48,7 +48,7 @@ using namespace llvm; 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 { |

