Add weak guards. Emit TNEW/TDUP with a guard bit.

This commit is contained in:
Mike Pall
2010-05-08 18:59:59 +02:00
parent 8fa1db826c
commit 5ff994fa37
5 changed files with 63 additions and 63 deletions

View File

@@ -391,8 +391,8 @@ local function dump_ir(tr, dumpsnap, dumpreg)
out:write(format("%04d ", ins))
end
out:write(format("%s%s %s %s ",
band(ot, 64) == 0 and " " or ">",
band(ot, 128) == 0 and " " or "+",
band(ot, 128) == 0 and " " or ">",
band(ot, 64) == 0 and " " or "+",
irtype[t], op))
local m1 = band(m, 3)
if sub(op, 1, 4) == "CALL" then