Content deleted Content added
Line 160:
}
</syntaxhighlight>
The loop has a loop carried dependence <code>S1[i] ->T S1[i + 1]</code> but S2 and S1 do not have a loop-
<syntaxhighlight>
loop1: for (int i = 1; i < n; i ++) {
|
Line 160:
}
</syntaxhighlight>
The loop has a loop carried dependence <code>S1[i] ->T S1[i + 1]</code> but S2 and S1 do not have a loop-
<syntaxhighlight>
loop1: for (int i = 1; i < n; i ++) {
|