diff options
| author | Yong He <yonghe@outlook.com> | 2023-03-23 11:37:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-23 11:37:29 -0700 |
| commit | 85f005888cadeb4b1d957b57a86cbad6cc9ea313 (patch) | |
| tree | f227827398e1be0765df9478c6f78b4bb524e1b4 /source/slang/slang-ir-deduplicate.cpp | |
| parent | 34acec2258ef1586564fe51126b25910b3202541 (diff) | |
Fix scope fixing for address insts. (#2724)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'source/slang/slang-ir-deduplicate.cpp')
| -rw-r--r-- | source/slang/slang-ir-deduplicate.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/slang/slang-ir-deduplicate.cpp b/source/slang/slang-ir-deduplicate.cpp index 168451479..f0d0f57dd 100644 --- a/source/slang/slang-ir-deduplicate.cpp +++ b/source/slang/slang-ir-deduplicate.cpp @@ -35,10 +35,6 @@ namespace Slang } } - void addHoistableInst( - IRBuilder* builder, - IRInst* inst); - void IRDeduplicationContext::tryHoistInst(IRInst* inst) { List<IRInst*> workList; |
