Bug 1479673 - "Handle" assembly code. r=me

--HG--
extra : topic : hazard
extra : rebase_source : 4e52e81ceeb226f4851345437e9e99e0933cea66
This commit is contained in:
Steve Fink 2017-09-26 18:18:53 -07:00
Родитель bd54ca4f48
Коммит 564c109f32
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -222,6 +222,9 @@ function edgeUsesVariable(edge, variable, body)
case "Loop":
return 0;
case "Assembly":
return 0;
default:
assert(false);
}