mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-03 09:28:58 +00:00
Fix help text.
llvm-svn: 116218
This commit is contained in:
parent
b1a93706f7
commit
ff35a1f090
@ -47,7 +47,7 @@ using namespace llvm;
|
|||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
DisableARMFastISel("disable-arm-fast-isel",
|
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);
|
cl::init(false), cl::Hidden);
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
Loading…
Reference in New Issue
Block a user