Skip to content

Commit

Permalink
[HW] Specify llvm::SmallVector namespace. NFC. (#7293)
Browse files Browse the repository at this point in the history
  • Loading branch information
prithayan authored Jul 9, 2024
1 parent ff02e7a commit 76aad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/circt/Dialect/HW/HWOpInterfaces.td
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def CombDataflow : OpInterface<"CombDataFlow"> {
This returns a pair of ground type fieldrefs. The first element is the destination
and the second is the source of the dependence. The default implementation returns
an empty list, which implies that the operation is not combinational.}],
"SmallVector<std::pair<circt::FieldRef, circt::FieldRef>>", "computeDataFlow",
"llvm::SmallVector<std::pair<circt::FieldRef, circt::FieldRef>>", "computeDataFlow",
(ins)>,
];
}
Expand Down

0 comments on commit 76aad26

Please sign in to comment.