Skip to content

Commit dc8bc70

Browse files
authored
[SIL] NFC: add header guard to SILInstructionWorklist.h. (#33460)
1 parent c3dd066 commit dc8bc70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/swift/SIL/SILInstructionWorklist.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
///
3131
//===----------------------------------------------------------------------===//
3232

33+
#ifndef SWIFT_SIL_SILINSTRUCTIONWORKLIST_H
34+
#define SWIFT_SIL_SILINSTRUCTIONWORKLIST_H
35+
3336
#include "swift/Basic/BlotSetVector.h"
3437
#include "swift/SIL/SILInstruction.h"
3538
#include "swift/SIL/SILValue.h"
@@ -342,3 +345,5 @@ class SmallSILInstructionWorklist final
342345
};
343346

344347
} // end namespace swift
348+
349+
#endif // SWIFT_SIL_SILINSTRUCTIONWORKLIST_H

0 commit comments

Comments
 (0)