[comment] Improve comment for reg_set_p
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 30 Oct 2015 15:54:11 +0000 (15:54 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 30 Oct 2015 15:54:11 +0000 (15:54 +0000)
* rtlanal.c (reg_set_p): Expand function comment.

From-SVN: r229586

gcc/ChangeLog
gcc/rtlanal.c

index 93b480cab40cec6ecdacebbe0e9c6462bfb82018..4a1a9d8a02d1b617203f28f36be8efa1423e4fe6 100644 (file)
@@ -1,3 +1,7 @@
+2015-10-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * rtlanal.c (reg_set_p): Expand function comment.
+
 2015-10-30  Andrew MacLeod  <amacleod@redhat.com>
        
        * alias.c: Remove unused headers.
index 84ff4b726c01834738e58706cde97c8c6ed5c5cb..7bc3fdbc0caf702093a861c2b33e8b17b97c726d 100644 (file)
@@ -1204,7 +1204,8 @@ reg_set_between_p (const_rtx reg, const rtx_insn *from_insn,
   return 0;
 }
 
-/* Internals of reg_set_between_p.  */
+/* Return true if REG is set or clobbered inside INSN.  */
+
 int
 reg_set_p (const_rtx reg, const_rtx insn)
 {