projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0185507
)
Turn on arm fast isel by default.
author
Eric Christopher
<echristo@apple.com>
Mon, 11 Oct 2010 18:48:18 +0000
(18:48 +0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMFastISel.cpp
b/lib/Target/ARM/ARMFastISel.cpp
index f778d1ab034619ea19e5becb1e5db2421c3aa7db..a7ca18e8c5e174c7295f819595de3e1e7987027c 100644
(file)
--- 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(
fals
e), cl::Hidden);
+ cl::init(
tru
e), cl::Hidden);
namespace {