diff options
author | Duncan Sands <baldrick@free.fr> | 2010-02-18 14:37:52 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-02-18 14:37:52 +0000 |
commit | 18619b2aeba5468512d6684c4fd96d0ad280e01d (patch) | |
tree | 1de09d8d730fee5874ece54b6f0a91d68fb6823b /lib/CodeGen/Passes.cpp | |
parent | 1aecd15bd1b54f33bfd928e082a3798f0edf33aa (diff) |
Uniformize the way these options are printed. Requested by
Russell Wallace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Passes.cpp')
-rw-r--r-- | lib/CodeGen/Passes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Passes.cpp b/lib/CodeGen/Passes.cpp index f67eb79be3..5ea2941b48 100644 --- a/lib/CodeGen/Passes.cpp +++ b/lib/CodeGen/Passes.cpp @@ -34,7 +34,7 @@ static cl::opt<RegisterRegAlloc::FunctionPassCtor, false, RegisterPassParser<RegisterRegAlloc> > RegAlloc("regalloc", cl::init(&createLinearScanRegisterAllocator), - cl::desc("Register allocator to use: (default = linearscan)")); + cl::desc("Register allocator to use (default=linearscan)")); //===---------------------------------------------------------------------===// |