mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-01-02 04:35:38 +01:00
Support variadic arguments for OpPhi
This commit is contained in:
parent
d75e3198d0
commit
18c37509fa
2 changed files with 7 additions and 1 deletions
|
|
@ -7,11 +7,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <bit>
|
||||
#include <span>
|
||||
#include <cassert>
|
||||
#include <concepts>
|
||||
#include <cstddef>
|
||||
#include <functional>
|
||||
#include <span>
|
||||
#include <string_view>
|
||||
#include <unordered_map>
|
||||
#include <variant>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue