diff options
author | ktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-03 12:47:36 +0000 |
---|---|---|
committer | ktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-03 12:47:36 +0000 |
commit | 6e94e4b1f1db5b0bb63974c2c6f7931564fe71f8 (patch) | |
tree | 1430fd449447d1cef5599659077c8cf695530e2c /gcc/ifcvt.c | |
parent | 94c42181fcd719755995fe6ffa12b2b8ea50beb3 (diff) | |
download | gcc-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.c | 2 |
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 * |