Changeset 232334 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCombinedLiveness.cpp
- Timestamp:
- May 30, 2018, 8:57:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCombinedLiveness.cpp
r213939 r232334 1 1 /* 2 * Copyright (C) 2015-201 6Apple Inc. All rights reserved.2 * Copyright (C) 2015-2018 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 45 45 46 46 AvailabilityMap& availabilityMap = block->ssa->availabilityAtHead; 47 graph.forAllL ocalsLiveInBytecode(47 graph.forAllLiveInBytecode( 48 48 block->at(0)->origin.forExit, 49 49 [&] (VirtualRegister reg) {
Note:
See TracChangeset
for help on using the changeset viewer.