diff options
Diffstat (limited to 'gcc/tree-predcom.c')
-rw-r--r-- | gcc/tree-predcom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-predcom.c b/gcc/tree-predcom.c index 1566902e3d7..310fe3bd1d7 100644 --- a/gcc/tree-predcom.c +++ b/gcc/tree-predcom.c @@ -100,7 +100,7 @@ along with GCC; see the file COPYING3. If not see and we can combine the chains for e and f into one chain. 5) For each root reference (end of the chain) R, let N be maximum distance - of a reference reusing its value. Variables R0 upto RN are created, + of a reference reusing its value. Variables R0 up to RN are created, together with phi nodes that transfer values from R1 .. RN to R0 .. R(N-1). Initial values are loaded to R0..R(N-1) (in case not all references |