+ MIPS: Allow subset locations for boolean NOT, this appears sufficient to fix all bitpacking-related tests.

git-svn-id: trunk@23554 -
This commit is contained in:
sergei 2013-01-31 21:52:29 +00:00
parent ea36d4996a
commit 6e4f6a64d6

View File

@ -282,7 +282,8 @@ begin
begin
secondpass(left);
case left.location.loc of
LOC_REGISTER, LOC_CREGISTER, LOC_REFERENCE, LOC_CREFERENCE:
LOC_REGISTER, LOC_CREGISTER, LOC_REFERENCE, LOC_CREFERENCE,
LOC_SUBSETREG,LOC_CSUBSETREG,LOC_SUBSETREF,LOC_CSUBSETREF:
begin
hlcg.location_force_reg(current_asmdata.CurrAsmList, left.location, left.resultdef, left.resultdef, True);
if is_64bit(resultdef) then