Commit 9ce3eaa4 by Kyrylo Tkachov Committed by Kyrylo Tkachov

[ifcvt][obvious] Fix typo in comment

	* ifcvt (end_ifcvt_sequence): Fix typo in comment above.

From-SVN: r224075
parent 67321dcf
2015-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* ifcvt (end_ifcvt_sequence): Fix typo in comment above.
2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
* ipa-chkp.c (chkp_maybe_create_clone): Create alias
......
......@@ -1043,7 +1043,7 @@ cc_in_cond (rtx cond)
/* Return sequence of instructions generated by if conversion. This
function calls end_sequence() to end the current stream, ensures
that are instructions are unshared, recognizable non-jump insns.
that the instructions are unshared, recognizable non-jump insns.
On failure, this function returns a NULL_RTX. */
static rtx_insn *
......
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