Fix help text.
authorEric Christopher <echristo@apple.com>
Mon, 11 Oct 2010 20:15:02 +0000 (20:15 +0000)
committerEric 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

index f290bacf9158039379f59ca4f558c85346e637db..044da00d1f06389adf41842df6a84a0d22f8b84e 100644 (file)
@@ -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 {