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

From-SVN: r240653
This commit is contained in:
Marek Polacek 2016-09-30 11:49:32 +00:00 committed by Marek Polacek
parent c39747d24b
commit 0be5622712
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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>
* ifcvt.c (noce_try_avoid_const_materialization): New function.

View File

@ -2443,7 +2443,7 @@
comparison = gen_aarch64_cmlt<mode>;
break;
}
/* Else, fall through. */
/* Fall through. */
case UNGE:
std::swap (operands[2], operands[3]);
/* Fall through. */
@ -2457,7 +2457,7 @@
comparison = gen_aarch64_cmle<mode>;
break;
}
/* Else, fall through. */
/* Fall through. */
case UNGT:
std::swap (operands[2], operands[3]);
/* Fall through. */