We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf84709 commit 2c4c0dbCopy full SHA for 2c4c0db
truffle/src/com.oracle.truffle.api.strings/src/com/oracle/truffle/api/strings/TStringInternalNodes.java
@@ -1354,7 +1354,7 @@ abstract static class IndexOfCodePointSetNode extends Node {
1354
final boolean isUTF16Or32;
1355
1356
IndexOfCodePointSetNode(IndexOfCodePointSet.IndexOfNode[] indexOfNodes, Encoding encoding) {
1357
- this.indexOfNodes = insert(indexOfNodes);
+ this.indexOfNodes = indexOfNodes;
1358
this.encoding = encoding;
1359
this.isUTF16Or32 = isUTF16Or32(encoding);
1360
}
0 commit comments