syntacore / snippy

Other
43 stars 4 forks source link

[snippy] Place insertion hint before first BB terminator. #24

Closed sc-sw-publisher closed 4 months ago

sc-sw-publisher commented 4 months ago

[snippy] Place insertion hint before first BB terminator.

Old placement at the end of BB causes an error, as nop is placed after PseudoBR.\ Fixed by specifying place for nop to be generated at before BB terminator.