C++: Enable sound IR.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-03-22 17:27:47 +00:00
parent b8e6632bf1
commit 4831ee65b6

View File

@@ -41,5 +41,5 @@ class IREscapeAnalysisConfiguration extends TIREscapeAnalysisConfiguration {
* Holds if the escape analysis done by SSA construction should be sound. By default, the SSA is
* built assuming that no variable's address ever escapes.
*/
predicate useSoundEscapeAnalysis() { none() }
predicate useSoundEscapeAnalysis() { any() }
}