mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-28 01:29:44 +00:00
removed verbose log from unit test
This commit is contained in:
parent
9a3244bfc0
commit
6466419fd1
@ -47,7 +47,7 @@ public class RegisterUpliftScope {
|
||||
}
|
||||
out.append(equivalenceClass.toString() + " ");
|
||||
}
|
||||
return out.toString().trim();
|
||||
return out.toString();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -68,8 +68,8 @@ REGISTER UPLIFT POTENTIAL REGISTERS
|
||||
Statement [0] *SCREEN = *DATA [ ] ( [ ] { } ) always clobbers reg byte a
|
||||
|
||||
REGISTER UPLIFT SCOPES
|
||||
Uplift Scope [main]
|
||||
Uplift Scope []
|
||||
Uplift Scope [main]
|
||||
Uplift Scope []
|
||||
|
||||
Uplifting [main] best 17 combination
|
||||
Uplifting [] best 17 combination
|
||||
|
Loading…
Reference in New Issue
Block a user