File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
include/clang/CIR/Dialect/IR Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -278,8 +278,6 @@ def CIR_BoolType :
278278 let description = [{
279279 `cir.bool` represents C++ bool type.
280280 }];
281-
282- let hasCustomAssemblyFormat = 1;
283281}
284282
285283//===----------------------------------------------------------------------===//
Original file line number Diff line number Diff line change @@ -385,12 +385,6 @@ bool FuncType::isVoid() const { return mlir::isa<VoidType>(getReturnType()); }
385385// BoolType
386386// ===----------------------------------------------------------------------===//
387387
388- Type BoolType::parse (mlir::AsmParser &parser) {
389- return get (parser.getContext ());
390- }
391-
392- void BoolType::print (mlir::AsmPrinter &printer) const {}
393-
394388llvm::TypeSize
395389BoolType::getTypeSizeInBits (const ::mlir::DataLayout &dataLayout,
396390 ::mlir::DataLayoutEntryListRef params) const {
You can’t perform that action at this time.
0 commit comments