diff options
Diffstat (limited to 'tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td')
-rw-r--r-- | tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td | 2 |
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), |