Commit eaa402fc by Jeff Law Committed by Jeff Law

microblaze.c (tls_mentioned_p): Avoid fallthru.

	* config/microblaze/microblaze.c (tls_mentioned_p): Avoid
	fallthru.

From-SVN: r241587
parent 36cd856f
......@@ -41,6 +41,9 @@
2016-10-26 Jeff Law <law@redhat.com>
* config/microblaze/microblaze.c (tls_mentioned_p): Avoid
fallthru.
* config/arc/arc.c (acr_print_operand): Adjust fallthru comment.
(check_if_valid_sleep_operand): Add missing fallthru comment.
(arc_register_move_cost): Increase buffer size.
......
......@@ -543,6 +543,7 @@ tls_mentioned_p (rtx x)
case UNSPEC:
if (XINT (x, 1) == UNSPEC_TLS)
return 1;
return 0;
default:
return 0;
......
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