File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -488,10 +488,11 @@ struct TupleTypeBuilder
488
488
489
489
// TODO: shallow clone of modifiers, etc.
490
490
IRStructField* originalField = findStructField (originalStructType, ee.fieldKey );
491
- IRStructField* newField = builder->createStructField (ordinaryStructType, ee.fieldKey , fieldType);
492
- // In case the original struct had offset decorations attached, transfer those as well.
493
- // The original offsets should still be valid, since we only skip fields of types that aren't
494
- // representable in memory.
491
+ IRStructField* newField =
492
+ builder->createStructField (ordinaryStructType, ee.fieldKey , fieldType);
493
+ // In case the original struct had offset decorations attached, transfer those as
494
+ // well. The original offsets should still be valid, since we only skip fields of
495
+ // types that aren't representable in memory.
495
496
originalField->transferDecorationsTo (newField);
496
497
}
497
498
You can’t perform that action at this time.
0 commit comments