aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2015-06-03 12:47:36 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2015-06-03 12:47:36 +0000
commit9ce3eaa4fffc00adae2006fc59f8d1434496bb92 (patch)
tree1430fd449447d1cef5599659077c8cf695530e2c /gcc/ifcvt.c
parent67321dcf21659f2d12d278ce8ef6250bd0eca714 (diff)
downloadgcc-9ce3eaa4fffc00adae2006fc59f8d1434496bb92.zip
gcc-9ce3eaa4fffc00adae2006fc59f8d1434496bb92.tar.gz
gcc-9ce3eaa4fffc00adae2006fc59f8d1434496bb92.tar.bz2
[ifcvt][obvious] Fix typo in comment
* ifcvt (end_ifcvt_sequence): Fix typo in comment above. From-SVN: r224075
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r--gcc/ifcvt.c2
1 files changed, 1 insertions, 1 deletions
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 *