mirror of
https://github.com/cc65/cc65.git
synced 2025-04-12 15:37:11 +00:00
Rearrange order of opt steps for better efficiency.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5774 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
59ae850db7
commit
58530c142a
@ -1108,12 +1108,12 @@ static unsigned RunOptGroup3 (CodeSeg* S)
|
||||
C += RunOptFunc (S, &DOptRTSJumps1, 1);
|
||||
C += RunOptFunc (S, &DOptCmp1, 1);
|
||||
C += RunOptFunc (S, &DOptCmp2, 1);
|
||||
C += RunOptFunc (S, &DOptCmp8, 1); /* Must run before OptCmp3 */
|
||||
C += RunOptFunc (S, &DOptCmp3, 1);
|
||||
C += RunOptFunc (S, &DOptCmp4, 1);
|
||||
C += RunOptFunc (S, &DOptCmp5, 1);
|
||||
C += RunOptFunc (S, &DOptCmp6, 1);
|
||||
C += RunOptFunc (S, &DOptCmp7, 1);
|
||||
C += RunOptFunc (S, &DOptCmp8, 1);
|
||||
C += RunOptFunc (S, &DOptCmp9, 1);
|
||||
C += RunOptFunc (S, &DOptTest1, 1);
|
||||
C += RunOptFunc (S, &DOptLoad1, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user