<
From version < 11.1 >
edited by ssm
on 2013/05/08 11:35
To version < 12.1 >
edited by ssm
on 2013/05/08 11:36
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -429,7 +429,7 @@
429 429  )))
430 430  |(% colspan="1" %)(% colspan="1" %)
431 431  (((
432 -def ArrayList<Statement> getBasicBlockPredecessorRoots(Statement)
432 +def ArrayList<Statement> getBasicBlockPredecessorsRoots(Statement)
433 433  )))|(% colspan="1" %)(% colspan="1" %)
434 434  (((
435 435  Returns a list of basic block root statements, that identify the predecessor basic blocks of the basic block identified by the given statement.
... ... @@ -436,7 +436,7 @@
436 436  )))
437 437  
438 438  {{code title="SCL Basic Block Extensions Code Examples" language="java"}}
439 -for (predecessor : basicBlockData.BasicBlockRootStatement.getBasicBlockPredecessorRoots) {
439 +for (predecessor : basicBlockData.BasicBlockRootStatement.getBasicBlockPredecessorsRoots) {
440 440   goLabelText = goLabelText + 'P' + predecessor.getBasicBlockIndex + "\n"
441 441  }
442 442  {{/code}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -7110878
1 +7110880
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/7110878/SCL Extensions
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/7110880/SCL Extensions