* patch by Nico Erfurth: Remove STRH and STRB from instructionLoadsFromReg

STRH and STRB are not handled as sperate instructions by the code
generator.

git-svn-id: trunk@21570 -
This commit is contained in:
florian 2012-06-09 17:26:06 +00:00
parent 7599de416d
commit 03a30ff036

View File

@ -170,8 +170,8 @@ Implementation
i:=1;
{For these instructions we have to start on oper[0]}
if (p.opcode in [A_STR, A_STRB, A_STRH, A_CMP, A_CMN, A_TST, A_TEQ,
A_B, A_BL, A_BX, A_BLX,
if (p.opcode in [A_STR, A_CMP, A_CMN, A_TST, A_TEQ,
A_B, A_BL, A_BX, A_BLX, A_LDM,
A_SMLAL, A_UMLAL]) then i:=0;
while(i<p.ops) do