]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/expr.h
expr.c (emit_queue): If emitting a SEQUENCE, set QUEUED_INSN to the first insn of...
[gcc.git] / gcc / expr.h
index 02d75bbf98e36ca923029e2c687217690a230831..a53a036a15a34bad0f9da66d86ca46c5aae86a0a 100644 (file)
@@ -30,7 +30,8 @@ Boston, MA 02111-1307, USA.  */
 /* The variable for which an increment is queued.  */
 #define QUEUED_VAR(P) XEXP (P, 0)
 /* If the increment has been emitted, this is the insn
-   that does the increment.  It is zero before the increment is emitted.  */
+   that does the increment.  It is zero before the increment is emitted.
+   If more than one insn is emitted, this is the first insn.  */
 #define QUEUED_INSN(P) XEXP (P, 1)
 /* If a pre-increment copy has been generated, this is the copy
    (it is a temporary reg).  Zero if no copy made yet.  */
This page took 0.02501 seconds and 5 git commands to generate.