Merge pull request #16819 from owen-mc/go/remove-dataflowtype-optimizer-bug-workaround

Go: Make DataFlowType a singleton (remove workaround)
This commit is contained in:
Owen Mansel-Chan
2024-06-25 10:03:08 +01:00
committed by GitHub

View File

@@ -246,9 +246,7 @@ predicate neverSkipInPathGraph(Node n) {
class DataFlowExpr = Expr;
private newtype TDataFlowType =
TTodoDataFlowType() or
TTodoDataFlowType2() // Add a dummy value to prevent bad functionality-induced joins arising from a type of size 1.
private newtype TDataFlowType = TTodoDataFlowType()
class DataFlowType extends TDataFlowType {
/** Gets a textual representation of this element. */