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:
feadddd
)
Fix help text.
author
Eric Christopher
<echristo@apple.com>
Mon, 11 Oct 2010 20:15:02 +0000
(20:15 +0000)
committer
Eric Christopher
<echristo@apple.com>
Mon, 11 Oct 2010 20:15:02 +0000
(20:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116218
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 f290bacf9158039379f59ca4f558c85346e637db..044da00d1f06389adf41842df6a84a0d22f8b84e 100644
(file)
--- a/
lib/Target/ARM/ARMFastISel.cpp
+++ b/
lib/Target/ARM/ARMFastISel.cpp
@@
-47,7
+47,7
@@
using namespace llvm;
static cl::opt<bool>
DisableARMFastISel("disable-arm-fast-isel",
- cl::desc("Turn o
n
experimental ARM fast-isel support"),
+ cl::desc("Turn o
ff
experimental ARM fast-isel support"),
cl::init(false), cl::Hidden);
namespace {