diff --git a/include/circt/Dialect/HW/HWOpInterfaces.td b/include/circt/Dialect/HW/HWOpInterfaces.td index d8a986ca3d5a..41b20029a8ac 100644 --- a/include/circt/Dialect/HW/HWOpInterfaces.td +++ b/include/circt/Dialect/HW/HWOpInterfaces.td @@ -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>", "computeDataFlow", + "llvm::SmallVector>", "computeDataFlow", (ins)>, ]; }