From 9ce3eaa4fffc00adae2006fc59f8d1434496bb92 Mon Sep 17 00:00:00 2001 From: Kyrylo Tkachov Date: Wed, 3 Jun 2015 12:47:36 +0000 Subject: [ifcvt][obvious] Fix typo in comment * ifcvt (end_ifcvt_sequence): Fix typo in comment above. From-SVN: r224075 --- gcc/ifcvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ifcvt.c') diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 37117b7..f413fb7 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 * -- cgit v1.1