summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td b/tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td
index f13b9f8214..33af18260f 100644
--- a/tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td
+++ b/tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td
@@ -56,7 +56,7 @@ def OptionList : OptionList<[
// (parameter_option "pre-RA-sched",
// (help "Example of an option that is passed to llc")),
(parameter_option "regalloc",
- (help "Register allocator to use.(possible values: simple, linearscan, pbqp, local. default = linearscan)")),
+ (help "Register allocator to use (possible values: simple, linearscan, pbqp, local; default=linearscan)")),
(prefix_list_option "Wa,", (comma_separated),
(help "Pass options to assembler (Run 'gpasm -help' for assembler options)")),
(prefix_list_option "Wl,", (comma_separated),