diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp index f290bacf9158..044da00d1f06 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 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 {