File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
lib/SILOptimizer/Mandatory Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 153
153
using namespace swift ;
154
154
155
155
// ===----------------------------------------------------------------------===//
156
- // MARK: Utilities
156
+ // MARK: Diagnostic Utilities
157
157
// ===----------------------------------------------------------------------===//
158
158
159
159
template <typename ... T, typename ... U>
@@ -342,6 +342,10 @@ void DiagnosticEmitter::emitAddressDiagnosticNoCopy(
342
342
diag::sil_moveonlychecker_consuming_use_here);
343
343
}
344
344
345
+ // ===----------------------------------------------------------------------===//
346
+ // MARK: Memory Utilities
347
+ // ===----------------------------------------------------------------------===//
348
+
345
349
static bool memInstMustInitialize (Operand *memOper) {
346
350
SILValue address = memOper->get ();
347
351
You can’t perform that action at this time.
0 commit comments