File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
include/clang/CIR/Dialect/IR Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ cir::ClangAddressSpace toCIRClangAddressSpace(clang::LangAS langAS);
4040// / Returns ClangAddressSpaceAttr for clang/language-specific address spaces,
4141// / or TargetAddressSpaceAttr for target-specific address spaces.
4242mlir::Attribute toCIRClangAddressSpaceAttr (mlir::MLIRContext *ctx,
43- clang::LangAS langAS);
43+ clang::LangAS langAS);
4444
4545constexpr unsigned getAsUnsignedValue (cir::ClangAddressSpace as) {
4646 return static_cast <unsigned >(as);
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ using namespace mlir;
5555#include " clang/CIR/Dialect/IR/CIROpsDialect.cpp.inc"
5656#include " clang/CIR/Interfaces/ASTAttrInterfaces.h"
5757#include " clang/CIR/Interfaces/CIROpInterfaces.h"
58- #include < clang/CIR/MissingFeatures.h>
59- #include < clang/CIR/Dialect/IR/CIRTypes.h>
6058#include < clang/CIR/Dialect/IR/CIRDialect.h>
59+ #include < clang/CIR/Dialect/IR/CIRTypes.h>
60+ #include < clang/CIR/MissingFeatures.h>
6161
6262// ===----------------------------------------------------------------------===//
6363// CIR Dialect
You can’t perform that action at this time.
0 commit comments