summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
diff options
context:
space:
mode:
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-03 12:47:36 +0000
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-03 12:47:36 +0000
commit6e94e4b1f1db5b0bb63974c2c6f7931564fe71f8 (patch)
tree1430fd449447d1cef5599659077c8cf695530e2c /gcc/ifcvt.c
parent94c42181fcd719755995fe6ffa12b2b8ea50beb3 (diff)
downloadgcc-6e94e4b1f1db5b0bb63974c2c6f7931564fe71f8.tar.gz
[ifcvt][obvious] Fix typo in comment
* ifcvt (end_ifcvt_sequence): Fix typo in comment above. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224075 138bc75d-0d04-0410-961f-82ee72b054a4
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 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 *