Skip to content

Commit 4a93b3e

Browse files
committed
Add include guards to LLVMArcOpts.h.
1 parent 17cde53 commit 4a93b3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/LLVMPasses/LLVMARCOpts.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
//
1111
//===----------------------------------------------------------------------===//
12+
#ifndef SWIFT_LLVMPASSES_LLVMARCOPTS_H
13+
#define SWIFT_LLVMPASSES_LLVMARCOPTS_H
1214

1315
#include "swift/Basic/LLVM.h"
1416
#include "llvm/IR/Instructions.h"
@@ -117,3 +119,5 @@ inline RT_Kind classifyInstruction(const llvm::Instruction &I) {
117119
}
118120

119121
} // end namespace swift
122+
#endif
123+

0 commit comments

Comments
 (0)