]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix confusing and wrong comment in definition of live ranges in
authorJulian Seward <jseward@acm.org>
Thu, 1 Jul 2004 11:38:36 +0000 (11:38 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 1 Jul 2004 11:38:36 +0000 (11:38 +0000)
reg-alloc.  (Comment change only).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2453

coregrind/vg_translate.c

index f5a778e1af4e2e1a2e6f45edbc9e1fcf1c273ddc..696ef01bc2ec5341421134a3713c4be2e1a6563a 100644 (file)
@@ -1941,7 +1941,7 @@ typedef
    struct {
       /* Becomes live for the first time after this insn ... */
       Int live_after;
-      /* Becomes dead for the last time after this insn ... */
+      /* Becomes dead for the last time before this insn ... */
       Int dead_before;
       /* The "home" spill slot, if needed.  Never changes. */
       Int spill_no;