Skip to content

Commit

Permalink
IGA help message typos for -Xdsd
Browse files Browse the repository at this point in the history
Corrects several typographical errors in IGA's help message
No changes to program output
  • Loading branch information
trbauer authored and igcbot committed Sep 28, 2023
1 parent 4869727 commit 51753bc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions visa/iga/IGAExe/iga_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,13 @@ extern "C" int iga_main(int argc, const char **argv) {
" <XE: -Xdsd ExecSize? ExDesc Desc\n"
" >=XE: -Xdsd SFID ExecSize? ExDesc Desc\n"
"\n"
" SFIDS are: BTD, DC0, DC1, DC2, DCRO, GTWY, RTA, RC, "
"SLM, SMPL, TGM, TS, UGML, UGM, URB, VME\n"
" (exact SFID support varies per platform)\n"
" SFIDs are: BTD, DC0, DC1, DC2, DCRO, GTWY, RTA, RC, "
"SLM, SMPL, TGM, TS,\n"
" UGML, UGM, URB, VME\n"
" (exact SFID support varies per platform)\n"
"\n"
" ExecSize is the instruction ExecSize in parentheses "
"(e.g. \"(16|M0)\" or \"(16\")\n"
" ExecSize is the instruction's execution size in parentheses\n"
" much like it appears in syntax (e.g. \"(16|M0)\" or \"(16)\"\n"
" If ExecSize is absent, then we may guess based on the platform\n"
"\n"
"\n"
Expand Down

0 comments on commit 51753bc

Please sign in to comment.