Skip to content

Commit 5fb97c9

Browse files
Update InferTypeOpInterface.cpp
1 parent 5d64b16 commit 5fb97c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Interfaces/InferTypeOpInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,6 @@ void mlir::detail::reportFatalInferReturnTypesError(OperationState &state) {
258258
llvm::interleaveComma(state.operands, os,
259259
[&](Value val) { os << val.getType(); });
260260
os << ") -> ( ??? )";
261-
mlir::emitRemark(state.location, "location of op");
261+
emitRemark(state.location, "location of op");
262262
llvm::report_fatal_error(llvm::StringRef(buffer));
263263
}

0 commit comments

Comments
 (0)