From 245466d89cfe54b78da486f06d470bc6daaf4625 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 16 Feb 2023 16:44:04 -0800 Subject: Remove `SharedIRBuilder`. (#2657) Co-authored-by: Yong He --- source/slang/slang-ir-bind-existentials.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/slang/slang-ir-bind-existentials.cpp') diff --git a/source/slang/slang-ir-bind-existentials.cpp b/source/slang/slang-ir-bind-existentials.cpp index 7af93037b..35c07452a 100644 --- a/source/slang/slang-ir-bind-existentials.cpp +++ b/source/slang/slang-ir-bind-existentials.cpp @@ -275,8 +275,7 @@ struct BindExistentialSlots auto fullType = inst->getFullType(); - SharedIRBuilder sharedBuilder(module); - IRBuilder builder(sharedBuilder); + IRBuilder builder(module); // Every argument that is filling an existential // type param/slot comprises both a type and -- cgit v1.2.3