diff options
author | John Högberg <[email protected]> | 2018-09-25 14:03:52 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-09-25 14:25:58 +0200 |
commit | 6c968a18962ea85f9b426d98fbd3c7b3e527c038 (patch) | |
tree | 516fdb9cc836f70d8972777be1aad81a482435b3 /lib/os_mon | |
parent | 672a164719fe5f0e2b3185034dfc3f761b5397e9 (diff) | |
download | otp-6c968a18962ea85f9b426d98fbd3c7b3e527c038.tar.gz otp-6c968a18962ea85f9b426d98fbd3c7b3e527c038.tar.bz2 otp-6c968a18962ea85f9b426d98fbd3c7b3e527c038.zip |
beam_validator: Use set_aliased_type in more operations
The following code broke because aliases weren't tracked for hd/1:
bug(Bool) ->
Bug = remote:call(),
if
Bool -> %% Branch of some kind.
_ = hd(Bug),
remote:call(),
hd(Bug)
end.
Related to 1f221b27f1336e747f7409692f260055dd3ddf79
Diffstat (limited to 'lib/os_mon')
0 files changed, 0 insertions, 0 deletions