Skip to content
Unverified Commit 8df947d2 authored by Steven Perron's avatar Steven Perron Committed by GitHub
Browse files

Handle instructions not in blocks in code sinking. (#2308)

When looking at the uses of the result of an instruction, code sinking
assumes that all uses are in a basic block.  However, this is not true
if there is a decoration or name for the result of that insturction.
This commit checks for this.

Fixes https://crbug.com/923243.
parent d14db341
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment