On Wed, Jun 24, 2015 at 4:35 PM, Kirill Yukhin wrote:
> Hello,
>
> Patch in the bottom uses proper check of valid memory
> in `misaligned_operand' predicate.
>
> gcc/
> * config/i386/predicates.md (misaligned_operand): Properly
> check if operand is memory.
>
> Bootstrapped and reg
Hello,
Patch in the bottom uses proper check of valid memory
in `misaligned_operand' predicate.
gcc/
* config/i386/predicates.md (misaligned_operand): Properly
check if operand is memory.
Bootstrapped and reg-tested.
Is it ok for trunk?
--
Thanks, K
diff --git a/gcc/config/i3