Skip to content

Commit 25280cb

Browse files
authored
Merge pull request #64482 from gottesmm/pr-cea9fdde854a77b8569c38181a8faae11d56192b
[gardening] Small cleanup of SILDebugInfoExpression.
2 parents cd52979 + ecdd9bc commit 25280cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/swift/SIL/SILDebugInfoExpression.h

+4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
/// (debug info) operator and operand.
1616
///
1717
//===----------------------------------------------------------------------===//
18+
1819
#ifndef SWIFT_SIL_DEBUGINFOEXPRESSION_H
1920
#define SWIFT_SIL_DEBUGINFOEXPRESSION_H
21+
2022
#include "swift/AST/Decl.h"
2123
#include "llvm/ADT/APInt.h"
2224
#include "llvm/ADT/ArrayRef.h"
@@ -26,6 +28,7 @@
2628
#include "llvm/Support/raw_ostream.h"
2729

2830
namespace swift {
31+
2932
class TailAllocatedDebugVariable;
3033

3134
/// Operator in a debug info expression
@@ -287,4 +290,5 @@ inline llvm::hash_code hash_value(const SILDebugInfoExpression &elt) {
287290
}
288291

289292
} // end namespace swift
293+
290294
#endif

0 commit comments

Comments
 (0)