File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class Partition {
85
85
// / non-overlapping.
86
86
void assignStackLocation (SmallVectorImpl<SILInstruction *> &FunctionExits);
87
87
};
88
- } // end anonymous namespace.
88
+ } // end anonymous namespace
89
89
90
90
// / Erases all dealloc_stack users of an alloc_stack
91
91
static void eraseDeallocStacks (AllocStackInst *AllocStack) {
@@ -213,7 +213,7 @@ class Liveness {
213
213
return false ;
214
214
}
215
215
};
216
- } // end anonymous namespace.
216
+ } // end anonymous namespace
217
217
218
218
namespace {
219
219
// / Merge alloc_stack instructions.
@@ -237,7 +237,7 @@ class MergeStackSlots {
237
237
// / block.
238
238
void mergeSlots ();
239
239
};
240
- } // end anonymous namespace.
240
+ } // end anonymous namespace
241
241
242
242
MergeStackSlots::MergeStackSlots (SmallVectorImpl<AllocStackInst *> &AllocStacks,
243
243
SmallVectorImpl<SILInstruction *> &FuncExits)
@@ -339,7 +339,7 @@ class HoistAllocStack {
339
339
// / Move the hoistable alloc_stack instructions to the entry block.
340
340
void hoist ();
341
341
};
342
- }
342
+ } // end anonymous namespace
343
343
344
344
// / Collect generic alloc_stack instructions in the current function can be
345
345
// / hoisted.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class ErrorFinder : public ASTWalker {
67
67
}
68
68
bool hadError () { return error; }
69
69
};
70
- }
70
+ } // end anonymous namespace
71
71
72
72
void InstrumenterBase::anchor () {}
73
73
You can’t perform that action at this time.
0 commit comments