summaryrefslogtreecommitdiff
path: root/source/slang/ir-inst-defs.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2018-01-09 10:50:44 -0800
committerTim Foley <tfoleyNV@users.noreply.github.com>2018-01-09 10:50:44 -0800
commit8daafcc2e4bf7b2dfb66d7a3b7ac60c86b2d926c (patch)
treeb7fac301e3c4d1b006af70584feeb45af191aab6 /source/slang/ir-inst-defs.h
parent3d435f7321c3f9241d33a0f7521573f21b548186 (diff)
bruteforce implementation of witness table resolution for associated (#358)
Diffstat (limited to 'source/slang/ir-inst-defs.h')
-rw-r--r--source/slang/ir-inst-defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/ir-inst-defs.h b/source/slang/ir-inst-defs.h
index 7eafe89f7..cc5474842 100644
--- a/source/slang/ir-inst-defs.h
+++ b/source/slang/ir-inst-defs.h
@@ -98,6 +98,7 @@ INST(decl_ref, decl_ref, 0, 0)
INST(specialize, specialize, 2, 0)
INST(lookup_interface_method, lookup_interface_method, 2, 0)
+INST(lookup_witness_table, lookup_witness_table, 2, 0)
INST(Construct, construct, 0, 0)
INST(Call, call, 1, 0)