Remove tag_name from Expr::Tag

This commit is contained in:
Ayaz Hafiz 2022-07-03 15:12:51 -04:00
parent 2d169bf518
commit 2726a3506f
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
30 changed files with 70 additions and 86 deletions

View file

@ -4,8 +4,8 @@ procedure Num.19 (#Attr.2, #Attr.3):
procedure Test.0 ():
let Test.19 : I64 = 41i64;
let Test.18 : [C I64, C ] = Just Test.19;
let Test.2 : [C [C I64, C ], C ] = Just Test.18;
let Test.18 : [C I64, C ] = TagId(0) Test.19;
let Test.2 : [C [C I64, C ], C ] = TagId(0) Test.18;
joinpoint Test.15:
let Test.8 : I64 = 1i64;
ret Test.8;