Commit d4217ae1 by Oleg Endo

constraints.md: Fix comment typo.

	* config/sh/constraints.md: Fix comment typo.

From-SVN: r184761
parent b7633ee3
2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
* config/sh/constraints.md: Fix comment typo.
2012-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/52408
......
......@@ -139,7 +139,7 @@
(match_test "ival >= 0 && ival <= 255")))
(define_constraint "K12"
"An unsigned 8-bit constant, as used in SH2A 12-bit displacement addressing."
"An unsigned 12-bit constant, as used in SH2A 12-bit displacement addressing."
(and (match_code "const_int")
(match_test "ival >= 0 && ival <= 4095")))
......
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