From 9ce3eaa4fffc00adae2006fc59f8d1434496bb92 Mon Sep 17 00:00:00 2001 From: Kyrylo Tkachov Date: Wed, 3 Jun 2015 12:47:36 +0000 Subject: [PATCH] [ifcvt][obvious] Fix typo in comment * ifcvt (end_ifcvt_sequence): Fix typo in comment above. From-SVN: r224075 --- gcc/ChangeLog | 4 ++++ gcc/ifcvt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d83cf50c7d9..b1b3dc6f223 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-06-03 Kyrylo Tkachov + + * ifcvt (end_ifcvt_sequence): Fix typo in comment above. + 2015-06-03 Ilya Enkovich * ipa-chkp.c (chkp_maybe_create_clone): Create alias diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 37117b7e5ef..f413fb78107 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -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 * -- 2.30.2