Commit 0be56227 by Marek Polacek Committed by Marek Polacek

* config/aarch64/aarch64-simd.md: Adjust fall through comments.

From-SVN: r240653
parent c39747d2
2016-09-30 Marek Polacek <polacek@redhat.com>
* config/aarch64/aarch64-simd.md: Adjust fall through comments.
2016-09-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2016-09-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* ifcvt.c (noce_try_avoid_const_materialization): New function. * ifcvt.c (noce_try_avoid_const_materialization): New function.
......
...@@ -2443,7 +2443,7 @@ ...@@ -2443,7 +2443,7 @@
comparison = gen_aarch64_cmlt<mode>; comparison = gen_aarch64_cmlt<mode>;
break; break;
} }
/* Else, fall through. */ /* Fall through. */
case UNGE: case UNGE:
std::swap (operands[2], operands[3]); std::swap (operands[2], operands[3]);
/* Fall through. */ /* Fall through. */
...@@ -2457,7 +2457,7 @@ ...@@ -2457,7 +2457,7 @@
comparison = gen_aarch64_cmle<mode>; comparison = gen_aarch64_cmle<mode>;
break; break;
} }
/* Else, fall through. */ /* Fall through. */
case UNGT: case UNGT:
std::swap (operands[2], operands[3]); std::swap (operands[2], operands[3]);
/* Fall through. */ /* Fall through. */
......
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