stage2,x64: impl lowering of shift ops in Emit
This commit is contained in:
@@ -372,7 +372,6 @@ pub fn generateSymbol(
|
||||
return Result{ .appended = {} };
|
||||
},
|
||||
.Struct => {
|
||||
// TODO debug info
|
||||
const struct_obj = typed_value.ty.castTag(.@"struct").?.data;
|
||||
if (struct_obj.layout == .Packed) {
|
||||
return Result{
|
||||
|
||||
Reference in New Issue
Block a user