Changeset 267726 in webkit for trunk/Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp
- Timestamp:
- Sep 28, 2020, 9:54:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp
r261895 r267726 1 1 /* 2 * Copyright (C) 2015-20 19Apple Inc. All rights reserved.2 * Copyright (C) 2015-2020 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 1336 1336 if (nonNegative && lessThanLength) { 1337 1337 executeNode(block->at(nodeIndex)); 1338 if (UNLIKELY(Options::validateBoundsCheckElimination())) 1339 m_insertionSet.insertNode(nodeIndex, SpecNone, AssertInBounds, node->origin, node->child1(), node->child2()); 1338 1340 // We just need to make sure we are a value-producing node. 1339 1341 node->convertToIdentityOn(node->child1().node());
Note:
See TracChangeset
for help on using the changeset viewer.