Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
mingzheTerapines committed Jul 31, 2024
1 parent 79c1db1 commit 3b4ab12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/circt/Dialect/Moore/MooreOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -1043,10 +1043,6 @@ def DynExtractRefOp : MooreOp<"dyn_extract_ref", [Pure]> {
// Struct Manipulation
//===----------------------------------------------------------------------===//

//===----------------------------------------------------------------------===//
// Struct Manipulation
//===----------------------------------------------------------------------===//

def StructCreateOp : MooreOp<"struct_create", [Pure]> {
let summary = "Create a struct value from individual fields";
let arguments = (ins Variadic<UnpackedType>:$fields);
Expand Down

0 comments on commit 3b4ab12

Please sign in to comment.