* config/i386/sse.md (<avx512>_store<mode>_mask): Fix
operand checked for alignment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231269
138bc75d-0d04-0410-961f-
82ee72b054a4
+2015-12-04 Ilya Enkovich <enkovich.gnu@gmail.com>
+
+ * config/i386/sse.md (<avx512>_store<mode>_mask): Fix
+ operand checked for alignment.
+
2015-12-04 Nathan Sidwell <nathan@acm.org>
* config/nvptx/nvptx.c (write_one_arg): Deal with prologue
sse_suffix = "<ssescalarsize>";
}
- if (misaligned_operand (operands[1], <MODE>mode))
+ if (misaligned_operand (operands[0], <MODE>mode))
align = "u";
else
align = "a";