File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
include/clang/CIR/Dialect/Builder
lib/CIR/Lowering/DirectToLLVM Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ class CIRBaseBuilderTy : public mlir::OpBuilder {
122122
123123 mlir::ptr::MemorySpaceAttrInterface addrSpaceAttr =
124124 cir::toCIRLanguageAddressSpaceAttr (getContext (), langAS);
125- // Convert to MemorySpaceAttrInterface for the interface overload
126125 return getPointerTo (ty, addrSpaceAttr);
127126 }
128127
Original file line number Diff line number Diff line change 2121#include " mlir/Dialect/LLVMIR/LLVMAttrs.h"
2222#include " mlir/Dialect/LLVMIR/LLVMDialect.h"
2323#include " mlir/Dialect/LLVMIR/Transforms/Passes.h"
24- #include " mlir/Dialect/Ptr/IR/MemorySpaceInterfaces.h"
2524#include " mlir/IR/Attributes.h"
2625#include " mlir/IR/Builders.h"
2726#include " mlir/IR/BuiltinAttributeInterfaces.h"
You can’t perform that action at this time.
0 commit comments