i386: Add missing part from my previous commit.
gcc/ChangeLog: * config/i386/i386.cc (ix86_decompose_address): Add missing part from my previous commit.
This commit is contained in:
parent
6a8ff7de75
commit
171aef2974
1 changed files with 3 additions and 0 deletions
|
@ -10825,6 +10825,9 @@ ix86_decompose_address (rtx addr, struct ix86_address *out)
|
|||
addr = lowpart_subreg (SImode, XEXP (addr, 0), DImode);
|
||||
if (addr == NULL_RTX)
|
||||
return false;
|
||||
|
||||
if (CONST_INT_P (addr))
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue