diff options
Diffstat (limited to 'src/mir/mir.hpp')
-rw-r--r-- | src/mir/mir.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mir/mir.hpp b/src/mir/mir.hpp index c030cc37..c0c94807 100644 --- a/src/mir/mir.hpp +++ b/src/mir/mir.hpp @@ -135,6 +135,11 @@ TAGGED_UNION(RValue, Use, (Array, struct { ::std::vector<LValue> vals; }), + //(Variant, struct { + // ::HIR::GenericPath path; + // unsigned int index; + // LValue val; + // }), (Struct, struct { ::HIR::GenericPath path; ::std::vector<LValue> vals; |