Commit c8fbf1fa by Nicklas Bo Jensen Committed by Jeff Law

md.texi (Machine-Specific Peephole Optimizers): Fix a typo.

2013-07-23  Nicklas Bo Jensen  <nbjensen@gmail.com>

	* doc/md.texi (Machine-Specific Peephole Optimizers): Fix a
	typo.

From-SVN: r201173
parent 5bd8639a
2013-07-23 Nicklas Bo Jensen <nbjensen@gmail.com>
* doc/md.texi (Machine-Specific Peephole Optimizers): Fix a typo.
2013-07-23 Yufeng Zhang <yufeng.zhang@arm.com>
* config/aarch64/aarch64.c (aarch64_hard_regno_mode_ok): Also return
......
......@@ -7578,7 +7578,7 @@ so here's a silly made-up example:
"/* @r{determine 1 does not overlap 0 and 2} */"
[(set (match_dup 4) (match_dup 1))
(set (match_dup 0) (match_dup 4))
(set (match_dup 2) (match_dup 4))]
(set (match_dup 2) (match_dup 4))
(set (match_dup 3) (match_dup 4))]
"")
@end smallexample
......
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