From 18619b2aeba5468512d6684c4fd96d0ad280e01d Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 18 Feb 2010 14:37:52 +0000 Subject: 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 --- docs/CommandGuide/lli.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/CommandGuide') diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod index 3d5da3d..6d1e1c6 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 -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 -- cgit v1.1