From 3b704171216048189edc09aacec3d76e3db608e8 Mon Sep 17 00:00:00 2001 From: edwin Date: Sat, 4 Feb 2006 17:39:08 +0000 Subject: [PATCH] * doc/stack.txt: Typos fixed. --- doc/stack.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stack.txt b/doc/stack.txt index 15b649ce7..e973ad39b 100644 --- a/doc/stack.txt +++ b/doc/stack.txt @@ -47,7 +47,7 @@ The following invariants hold at all time for the stack representation: are *not* guaranteed to be adjacent (see figure below)! ATTENTION: not every stack slot that is allocated may be reachable - by following the pointer in basicblock or instruction! + by following the pointers in basicblock or the instructions! NOTE: This is a problem. As far as I know it is only the case for IINC, which produces a dummy stack slot. We should -- 2.25.1