]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[ifcvt][obvious] Fix typo in comment
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2015 12:47:36 +0000 (12:47 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2015 12:47:36 +0000 (12:47 +0000)
* 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

gcc/ChangeLog
gcc/ifcvt.c

index d83cf50c7d9d256b32c4e99c451886745d41aa27..b1b3dc6f2234c6cb4c34508decb69292ee1e5e54 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
+
 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
 
        * ipa-chkp.c (chkp_maybe_create_clone): Create alias
index 37117b7e5ef5ef2af441acd888addf4feef3b90e..f413fb78107fef465e110459c62550fce028f85a 100644 (file)
@@ -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 *