mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 893348 - Update the default value of 'GVN' option in jsshell's usage. r=nbp
This commit is contained in:
parent
92ac0178f1
commit
1db4da9c50
@ -5265,8 +5265,8 @@ main(int argc, char **argv, char **envp)
|
||||
|| !op.addStringOption('\0', "ion-gvn", "[mode]",
|
||||
"Specify Ion global value numbering:\n"
|
||||
" off: disable GVN\n"
|
||||
" pessimistic: (default) use pessimistic GVN\n"
|
||||
" optimistic: use optimistic GVN")
|
||||
" pessimistic: use pessimistic GVN\n"
|
||||
" optimistic: (default) use optimistic GVN")
|
||||
|| !op.addStringOption('\0', "ion-licm", "on/off",
|
||||
"Loop invariant code motion (default: on, off to disable)")
|
||||
|| !op.addStringOption('\0', "ion-edgecase-analysis", "on/off",
|
||||
|
Loading…
Reference in New Issue
Block a user