run the non-us patch

This commit is contained in:
Erik Krogh Kristensen
2021-12-20 16:24:41 +01:00
parent 2f559696e4
commit d17879e1f9
39 changed files with 65 additions and 65 deletions

View File

@@ -37,7 +37,7 @@ abstract class SimpleRangeAnalysisDefinition extends RangeSsaDefinition {
* dependencies. Without this information, range analysis might work for
* simple cases but will go into infinite loops on complex code.
*
* For example, when modelling the definition by reference in a call to an
* For example, when modeling the definition by reference in a call to an
* overloaded `operator=`, written as `v = e`, the definition of `(this, v)`
* depends on `e`.
*/