[llvm-commits] [llvm] r116218 - /llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
Eric Christopher
echristo at apple.com
Mon Oct 11 13:15:02 PDT 2010
Author: echristo
Date: Mon Oct 11 15:15:02 2010
New Revision: 116218
URL: http://llvm.org/viewvc/llvm-project?rev=116218&view=rev
Log:
Fix help text.
Modified:
llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMFastISel.cpp?rev=116218&r1=116217&r2=116218&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMFastISel.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMFastISel.cpp Mon Oct 11 15:15:02 2010
@@ -47,7 +47,7 @@
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 {
More information about the llvm-commits
mailing list