Skip to content

Commit e9cd52c

Browse files
committed
fixup! [FIRRTL] Add FormatStringType, TimeOp Expression
1 parent 3abc9fd commit e9cd52c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/Dialect/FIRRTL/FIRRTLOps.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6308,10 +6308,6 @@ LayerBlockOp::verifySymbolUses(SymbolTableCollection &symbolTable) {
63086308
// Format Sring operations
63096309
//===----------------------------------------------------------------------===//
63106310

6311-
// FIRRTLType TimeOp::inferReturnType(mlir::MLIRContext *context) {
6312-
// return FormatStringType::get(context);
6313-
// }
6314-
63156311
void TimeOp::getAsmResultNames(OpAsmSetValueNameFn setNameFn) {
63166312
setNameFn(getResult(), "time");
63176313
}

0 commit comments

Comments
 (0)