|
From: Julian S. <js...@ac...> - 2004-07-01 11:38:45
|
CVS commit by jseward:
Fix confusing and wrong comment in definition of live ranges in
reg-alloc. (Comment change only).
M +1 -1 vg_translate.c 1.79
--- valgrind/coregrind/vg_translate.c #1.78:1.79
@@ -1942,5 +1942,5 @@ typedef
/* 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. */
|