Introduce sequence points before store instructions to prevent loads from the
authorDavid Given <dg@cowlark.com>
Sat, 7 Jan 2017 12:17:39 +0000 (13:17 +0100)
committerDavid Given <dg@cowlark.com>
Sat, 7 Jan 2017 12:17:39 +0000 (13:17 +0100)
commit7710c76d56d0614ae7d029ac19be9a2cef0c76d6
tree163fed9e62e0d17d47b45a254af02ff247634b65
parent0da248dced7b3fdf3062ba02b610bd0815b2f8c2
Introduce sequence points before store instructions to prevent loads from the
same address being delayed until after the store (at which point they'll return
the wrong value).
mach/proto/mcg/treebuilder.c