File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/src/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/spi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2012, 2018 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2012, 2021 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@ enum FindLengthMode {
4444 *
4545 * Values that are defined inside a loop and flow out the loop need to be proxied by
4646 * {@link ValueProxyNode}. When this mode is used, new necessary proxy nodes are created
47- * base on the proxies that were found while traversing the path to the length node. In
47+ * based on the proxies that were found while traversing the path to the length node. In
4848 * addition, new {@link ValuePhiNode phi nodes} can be created. The caller is responsible
4949 * for adding these nodes to the graph, i.e., the return value can be a node that is not yet
5050 * added to the graph.
You can’t perform that action at this time.
0 commit comments