Commit bc240abc by Marek Polacek Committed by Marek Polacek

* config/alpha/predicates.md: Adjust fall through comment.

From-SVN: r240667
parent 4d8c733d
2016-09-30 Marek Polacek <polacek@redhat.com> 2016-09-30 Marek Polacek <polacek@redhat.com>
* config/aarch64/aarch64-simd.md: Adjust fall through comments. * config/aarch64/aarch64-simd.md: Adjust fall through comments.
* config/alpha/predicates.md: Likewise.
2016-09-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2016-09-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
......
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
case SUBREG: case SUBREG:
if (register_operand (op, mode)) if (register_operand (op, mode))
return 1; return 1;
/* ... fall through ... */ /* fall through */
case MEM: case MEM:
return ((TARGET_BWX || (mode != HImode && mode != QImode)) return ((TARGET_BWX || (mode != HImode && mode != QImode))
&& general_operand (op, mode)); && general_operand (op, mode));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment