File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class IRBlock extends IRBlockBase {
200
200
* post-dominate block `B`, but block `A` does post-dominate an immediate successor of block `B`.
201
201
*/
202
202
pragma [ noinline]
203
- final IRBlock postPominanceFrontier ( ) {
203
+ final IRBlock postDominanceFrontier ( ) {
204
204
this .postDominates ( result .getASuccessor ( ) ) and
205
205
not this .strictlyPostDominates ( result )
206
206
}
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class IRBlock extends IRBlockBase {
200
200
* post-dominate block `B`, but block `A` does post-dominate an immediate successor of block `B`.
201
201
*/
202
202
pragma [ noinline]
203
- final IRBlock postPominanceFrontier ( ) {
203
+ final IRBlock postDominanceFrontier ( ) {
204
204
this .postDominates ( result .getASuccessor ( ) ) and
205
205
not this .strictlyPostDominates ( result )
206
206
}
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class IRBlock extends IRBlockBase {
200
200
* post-dominate block `B`, but block `A` does post-dominate an immediate successor of block `B`.
201
201
*/
202
202
pragma [ noinline]
203
- final IRBlock postPominanceFrontier ( ) {
203
+ final IRBlock postDominanceFrontier ( ) {
204
204
this .postDominates ( result .getASuccessor ( ) ) and
205
205
not this .strictlyPostDominates ( result )
206
206
}
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class IRBlock extends IRBlockBase {
200
200
* post-dominate block `B`, but block `A` does post-dominate an immediate successor of block `B`.
201
201
*/
202
202
pragma [ noinline]
203
- final IRBlock postPominanceFrontier ( ) {
203
+ final IRBlock postDominanceFrontier ( ) {
204
204
this .postDominates ( result .getASuccessor ( ) ) and
205
205
not this .strictlyPostDominates ( result )
206
206
}
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class IRBlock extends IRBlockBase {
200
200
* post-dominate block `B`, but block `A` does post-dominate an immediate successor of block `B`.
201
201
*/
202
202
pragma [ noinline]
203
- final IRBlock postPominanceFrontier ( ) {
203
+ final IRBlock postDominanceFrontier ( ) {
204
204
this .postDominates ( result .getASuccessor ( ) ) and
205
205
not this .strictlyPostDominates ( result )
206
206
}
You can’t perform that action at this time.
0 commit comments