From fa6b29dacdb268301d8e3f58356071c998b2b8a5 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 11 Oct 2010 20:15:02 +0000 Subject: [PATCH] Fix help text. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116218 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMFastISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index f290bacf915..044da00d1f0 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp @@ -47,7 +47,7 @@ using namespace llvm; static cl::opt 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 {