diff options
Diffstat (limited to 'src/mir/mir.hpp')
-rw-r--r-- | src/mir/mir.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mir/mir.hpp b/src/mir/mir.hpp index 987e0498..3ce115b8 100644 --- a/src/mir/mir.hpp +++ b/src/mir/mir.hpp @@ -187,10 +187,9 @@ TAGGED_UNION_EX(RValue, (), Use, ( unsigned int index; Param val; }), - // Create a new instance of a struct (or enum) + // Create a new instance of a struct (Struct, struct { ::HIR::GenericPath path; - unsigned int variant_idx; // if ~0, it's a struct ::std::vector<Param> vals; }) ), (),(), ( |