Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Jun 3, 2019
1 parent 1d85be7 commit 2a298dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jit/copyprop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ void Compiler::optVnCopyProp()

optCopyPropFoldCopyBlks(block);

optCopyPropThroughCopyBlk(block);
// optCopyPropThroughCopyBlk(block);

// Add dom children to work on.
BlkVector* domChildren = domTree->LookupPointer(block);
Expand Down

0 comments on commit 2a298dc

Please sign in to comment.