From a61df8efbe5bbe3726d65ad0800a3106ed3a8bf0 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 19 Jan 2010 16:58:26 +0100 Subject: Decouple guard vs. INT check vs. TYPECHECK semantics for SLOAD. --- lib/dump.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/dump.lua') diff --git a/lib/dump.lua b/lib/dump.lua index 00f59977..fb40a8f8 100644 --- a/lib/dump.lua +++ b/lib/dump.lua @@ -209,7 +209,8 @@ local colorize, irtype -- Lookup table to convert some literals into names. local litname = { - ["SLOAD "] = { [0] = "", "I", "R", "RI", "P", "PI", "PR", "PRI", }, + ["SLOAD "] = { [0] = "", "I", "R", "RI", "P", "PI", "PR", "PRI", + "T", "IT", "RT", "RIT", "PT", "PIT", "PRT", "PRIT", }, ["XLOAD "] = { [0] = "", "R", "U", "RU", }, ["TOINT "] = { [0] = "check", "index", "", }, ["FLOAD "] = vmdef.irfield, -- cgit v1.2.3-55-g6feb