From: Julian Seward Date: Thu, 1 Jul 2004 11:38:36 +0000 (+0000) Subject: Fix confusing and wrong comment in definition of live ranges in X-Git-Tag: svn/VALGRIND_2_1_2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0913b43c70a2a102b113187e5300019d3bec7b7d;p=thirdparty%2Fvalgrind.git Fix confusing and wrong comment in definition of live ranges in reg-alloc. (Comment change only). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2453 --- diff --git a/coregrind/vg_translate.c b/coregrind/vg_translate.c index f5a778e1af..696ef01bc2 100644 --- a/coregrind/vg_translate.c +++ b/coregrind/vg_translate.c @@ -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;