commit | 46cc854e5eecfef6f99c6fd7012994480b534688 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Mon Oct 11 20:15:02 2010 +0000 |
committer | Eric Christopher <echristo@apple.com> | Mon Oct 11 20:15:02 2010 +0000 |
tree | 13fe0c396ba51dbdd13d1effcd1eea405c9a6df3 | |
parent | 5501b7e8057c7f54d3cf49e51421264ff646b269 [diff] [blame] |
Fix help text. llvm-svn: 116218
diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp index f290bac..044da00 100644 --- a/llvm/lib/Target/ARM/ARMFastISel.cpp +++ b/llvm/lib/Target/ARM/ARMFastISel.cpp
@@ -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 {