Removed trailing whitespaces.

This commit is contained in:
acqn
2021-02-15 18:37:01 +08:00
committed by Oliver Schmidt
parent 3caceb8174
commit 2aad72af90
18 changed files with 30 additions and 34 deletions

View File

@@ -1500,14 +1500,11 @@ unsigned OptShiftBack (CodeSeg* S)
(N->OPC == OP65_LSR || (N->OPC == OP65_LSR ||
N->OPC == OP65_ROR) && N->OPC == OP65_ROR) &&
!CE_HasLabel (N)) { !CE_HasLabel (N)) {
CheckStates = PSTATE_ZN; CheckStates = PSTATE_ZN;
if (N->OPC == OP65_LSR && if (N->OPC == OP65_LSR &&
!PStatesAreClear (E->RI->Out.PFlags, PSTATE_C)) { !PStatesAreClear (E->RI->Out.PFlags, PSTATE_C)) {
CheckStates |= REG_A; CheckStates |= REG_A;
} }
if ((GetRegInfo (S, I+2, CheckStates) & CheckStates) == 0) { if ((GetRegInfo (S, I+2, CheckStates) & CheckStates) == 0) {
/* Remove the shifts */ /* Remove the shifts */

View File

@@ -1221,7 +1221,6 @@ SymEntry* AddGlobalSym (const char* Name, const Type* T, unsigned Flags)
/* Add the new declaration to the global symbol table instead */ /* Add the new declaration to the global symbol table instead */
Tab = SymTab0; Tab = SymTab0;
} }
if (Entry == 0 || Entry->Owner != Tab) { if (Entry == 0 || Entry->Owner != Tab) {
/* Create a new entry */ /* Create a new entry */