C#/Ruby/Swift: Add change note for deprecated basic block methods

This commit is contained in:
Simon Friis Vindum
2025-02-11 09:47:25 +01:00
parent 7c57962add
commit 532ca17e58
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
category: deprecated
---
* The predicates `immediatelyControls` and `controls` on the `ConditionBlock`
class has been deprecated in favor of the newly added `dominatingEdge`
predicate.

View File

@@ -0,0 +1,6 @@
---
category: deprecated
---
* The predicates `immediatelyControls` and `controls` on the `ConditionBlock`
class has been deprecated in favor of the newly added `dominatingEdge`
predicate.

View File

@@ -0,0 +1,6 @@
---
category: deprecated
---
* The predicates `immediatelyControls` and `controls` on the `ConditionBlock`
class has been deprecated in favor of the newly added `dominatingEdge`
predicate.