Merge pull request #9134 from aschackmull/dataflow/perf-std-order

Dataflow: Improve standard order through easier type check elimination.
This commit is contained in:
Anders Schack-Mulligen
2022-05-16 10:05:17 +02:00
committed by GitHub
29 changed files with 29 additions and 29 deletions

View File

@@ -3661,7 +3661,7 @@ private newtype TPathNode =
* of dereference operations needed to get from the value in the node to the
* tracked object. The final type indicates the type of the tracked object.
*/
abstract private class AccessPath extends TAccessPath {
private class AccessPath extends TAccessPath {
/** Gets the head of this access path, if any. */
abstract TypedContent getHead();