diff options
-rw-r--r-- | lib/Target/ARM/ARMFastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index f778d1ab03..a7ca18e8c5 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/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 { |