Skip to content

Commit 1e8adca

Browse files
committed
small fix, remove redundant code
1 parent f319ca9 commit 1e8adca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

include/circt/Dialect/Calyx/CalyxOps.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
namespace circt {
2727
namespace calyx {
2828

29-
class AddFNOp;
30-
class MulFNOp;
3129
// the goPort, donePort, resetPort and clkPort identify the attributes of the
3230
// go, done, reset and clk port of the circuit.
3331
static constexpr std::string_view goPort = "go";
@@ -73,11 +71,6 @@ enum class FloatingPointStandard {
7371
IEEE754,
7472
};
7573

76-
/// Signals that the following operation operates on floating point values.
77-
template <typename ConcreteType>
78-
class FloatingPoint
79-
: public mlir::OpTrait::TraitBase<ConcreteType, FloatingPoint> {};
80-
8174
/// The direction of a Component or Cell port. this is similar to the
8275
/// implementation found in the FIRRTL dialect.
8376
enum Direction { Input = 0, Output = 1 };

0 commit comments

Comments
 (0)