diff options
Diffstat (limited to 'gcc/config/i386/i386.c')
-rw-r--r-- | gcc/config/i386/i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 6696b8bff08..c739bf62390 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -1449,12 +1449,12 @@ aligned_operand (op, mode) if (parts.index) { if (parts.scale < 4 - && REGNO_POINTER_ALIGN (REGNO (parts.index)) < 4) + && REGNO_POINTER_ALIGN (REGNO (parts.index)) < 32) return 0; } if (parts.base) { - if (REGNO_POINTER_ALIGN (REGNO (parts.base)) < 4) + if (REGNO_POINTER_ALIGN (REGNO (parts.base)) < 32) return 0; } if (parts.disp) |