From: Eric Christopher Date: Mon, 11 Oct 2010 20:15:02 +0000 (+0000) Subject: Fix help text. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fa6b29dacdb268301d8e3f58356071c998b2b8a5;p=oota-llvm.git Fix help text. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116218 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 {