Turn on arm fast isel by default.
authorEric Christopher <echristo@apple.com>
Mon, 11 Oct 2010 18:48:18 +0000 (18:48 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 11 Oct 2010 18:48:18 +0000 (18:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116212 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMFastISel.cpp

index f778d1ab034619ea19e5becb1e5db2421c3aa7db..a7ca18e8c5e174c7295f819595de3e1e7987027c 100644 (file)
@@ -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 {