From 18619b2aeba5468512d6684c4fd96d0ad280e01d Mon Sep 17 00:00:00 2001 From: Duncan Sands <baldrick@free.fr> 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 --- tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvmc') diff --git a/tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td b/tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td index f13b9f8..33af182 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), -- cgit v1.1