mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
parse: fix loadw when assigned to l temporary
The documentation states that loadw is syntactic sugar for loadsw, but it actually got parsed as Oload. If the result is an l temporary, Oload behaves like Oloadl, not Oloadsw. To fix this, parse Tloadw as Oloadsw explicitly.
This commit is contained in:
parent
52c8eb48ee
commit
bb16529b34
Loading…
Reference in New Issue
Block a user