File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
lib/SILOptimizer/Mandatory Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1520,8 +1520,9 @@ void AddressMaterialization::initializeComposingUse(Operand *operand) {
1520
1520
// storage after materializing the result. In particular, it materializes
1521
1521
// init_enum_data_addr, but not inject_enum_addr.
1522
1522
//
1523
- SILValue AddressMaterialization::recursivelyMaterializeStorage (
1524
- ValueStorage &storage, bool intoPhiOperand = false ) {
1523
+ SILValue
1524
+ AddressMaterialization::recursivelyMaterializeStorage (ValueStorage &storage,
1525
+ bool intoPhiOperand) {
1525
1526
// If this storage is already materialized, then simply return its
1526
1527
// address. This not only avoids redundant projections, but is necessary for
1527
1528
// correctness when emitting init_enum_data_addr.
You can’t perform that action at this time.
0 commit comments