Skip to content

Commit 906e697

Browse files
remove foldCaseStmt
1 parent c772736 commit 906e697

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/lib/CIR/CodeGen/CIRGenFunction.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,6 @@ class CIRGenFunction : public CIRGenTypeCache {
278278
/// addressed later.
279279
RValue getUndefRValue(clang::QualType ty);
280280

281-
const CaseStmt *foldCaseStmt(const clang::CaseStmt &s, mlir::Type condType,
282-
mlir::ArrayAttr &value, cir::CaseOpKind &kind);
283-
284281
cir::FuncOp generateCode(clang::GlobalDecl gd, cir::FuncOp fn,
285282
cir::FuncType funcType);
286283

0 commit comments

Comments
 (0)