summaryrefslogtreecommitdiff
path: root/lib/SPIRV/SPIRVLowerOCLBlocks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SPIRV/SPIRVLowerOCLBlocks.cpp')
-rw-r--r--lib/SPIRV/SPIRVLowerOCLBlocks.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/SPIRV/SPIRVLowerOCLBlocks.cpp b/lib/SPIRV/SPIRVLowerOCLBlocks.cpp
index f33dff3..fa9fb43 100644
--- a/lib/SPIRV/SPIRVLowerOCLBlocks.cpp
+++ b/lib/SPIRV/SPIRVLowerOCLBlocks.cpp
@@ -37,9 +37,6 @@
///
//===----------------------------------------------------------------------===//
-#ifndef OCLLOWERBLOCKS_H_
-#define OCLLOWERBLOCKS_H_
-
#include "OCLUtil.h"
#include "SPIRVInternal.h"
@@ -627,5 +624,3 @@ INITIALIZE_PASS_END(SPIRVLowerOCLBlocks, "spvblocks", "SPIR-V lower OCL blocks",
ModulePass *llvm::createSPIRVLowerOCLBlocks() {
return new SPIRVLowerOCLBlocks();
}
-
-#endif /* OCLLOWERBLOCKS_H_ */