C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-03-19 09:41:58 +00:00
parent 40dbc6fdd9
commit 0c3d9f75f4

View File

@@ -0,0 +1,5 @@
---
category: feature
---
* Added a predicate `GuardCondition.comparesEq/4` to query whether an expression is compared to a constant.
* Added a predicate `GuardCondition.ensuresEq/4` to query whether a basic block is guarded by an expression being equal to a constant.