Skip to content

Commit b996a1c

Browse files
committed
minoir fixes
1 parent 5b11891 commit b996a1c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenBuilder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,5 +791,6 @@ class CIRGenBuilderTy : public mlir::OpBuilder {
791791
return createCast(mlir::cir::CastKind::bitcast, src, newTy);
792792
}
793793
};
794+
794795
} // namespace cir
795796
#endif

clang/lib/CIR/CodeGen/CIRGenExpr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ LValue CIRGenFunction::buildLValueForBitField(LValue base,
280280

281281
LValue CIRGenFunction::buildLValueForField(LValue base,
282282
const FieldDecl *field) {
283-
284283
LValueBaseInfo BaseInfo = base.getBaseInfo();
285284

286285
if (field->isBitField())

clang/lib/CIR/Dialect/IR/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ add_clang_library(MLIRCIR
1616
MLIRFuncDialect
1717
MLIRDataLayoutInterfaces
1818
MLIRSideEffectInterfaces
19+
clangAST
1920
)

0 commit comments

Comments
 (0)