File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lib/SILOptimizer/SILCombiner Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ void SILCombiner::addReachableCodeToWorklist(SILBasicBlock *BB) {
120
120
// Implementation
121
121
// ===----------------------------------------------------------------------===//
122
122
123
+ namespace swift {
124
+
123
125
// Define a CanonicalizeInstruction subclass for use in SILCombine.
124
126
class SILCombineCanonicalize final : CanonicalizeInstruction {
125
127
SmallSILInstructionWorklist<256 > &Worklist;
@@ -162,6 +164,8 @@ class SILCombineCanonicalize final : CanonicalizeInstruction {
162
164
}
163
165
};
164
166
167
+ } // end namespace swift
168
+
165
169
SILCombiner::SILCombiner (SILFunctionTransform *trans,
166
170
bool removeCondFails, bool enableCopyPropagation) :
167
171
parentTransform(trans),
You can’t perform that action at this time.
0 commit comments