summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-02-18 14:37:52 +0000
committerDuncan Sands <baldrick@free.fr>2010-02-18 14:37:52 +0000
commit18619b2aeba5468512d6684c4fd96d0ad280e01d (patch)
tree1de09d8d730fee5874ece54b6f0a91d68fb6823b /docs/CommandGuide
parent1aecd15bd1b54f33bfd928e082a3798f0edf33aa (diff)
downloadllvm-18619b2aeba5468512d6684c4fd96d0ad280e01d.tar.gz
llvm-18619b2aeba5468512d6684c4fd96d0ad280e01d.tar.bz2
llvm-18619b2aeba5468512d6684c4fd96d0ad280e01d.tar.xz
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 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/lli.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod
index 3d5da3d465..6d1e1c65d4 100644
--- a/docs/CommandGuide/lli.pod
+++ b/docs/CommandGuide/lli.pod
@@ -170,7 +170,7 @@ Instruction schedulers available (before register allocation):
=item B<-regalloc>=I<allocator>
-Register allocator to use: (default = linearscan)
+Register allocator to use (default=linearscan)
=bigblock: Big-block register allocator
=linearscan: linear scan register allocator =local - local register allocator
@@ -186,7 +186,7 @@ Choose relocation model from:
=item B<-spiller>
-Spiller to use: (default: local)
+Spiller to use (default=local)
=simple: simple spiller
=local: local spiller