diff options
author | Eric Christopher <echristo@apple.com> | 2010-10-11 20:15:02 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-10-11 20:15:02 +0000 |
commit | 46cc854e5eecfef6f99c6fd7012994480b534688 (patch) | |
tree | 13fe0c396ba51dbdd13d1effcd1eea405c9a6df3 /llvm/lib | |
parent | 5501b7e8057c7f54d3cf49e51421264ff646b269 (diff) | |
download | bcm5719-llvm-46cc854e5eecfef6f99c6fd7012994480b534688.tar.gz bcm5719-llvm-46cc854e5eecfef6f99c6fd7012994480b534688.zip |
Fix help text.
llvm-svn: 116218
Diffstat (limited to 'llvm/lib')
-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 f290bacf915..044da00d1f0 100644 --- a/llvm/lib/Target/ARM/ARMFastISel.cpp +++ b/llvm/lib/Target/ARM/ARMFastISel.cpp @@ -47,7 +47,7 @@ using namespace llvm; static cl::opt<bool> DisableARMFastISel("disable-arm-fast-isel", - cl::desc("Turn on experimental ARM fast-isel support"), + cl::desc("Turn off experimental ARM fast-isel support"), cl::init(false), cl::Hidden); namespace { |