Skip to content

Commit 59b0839

Browse files
Update mlir/test/lib/Transforms/TestInliningCallback.cpp
Co-authored-by: Mehdi Amini <[email protected]>
1 parent e9b7963 commit 59b0839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/lib/Transforms/TestInliningCallback.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ struct InlinerCallback
112112
runPipelineHelper, config, profitabilityCb);
113113

114114
// Collect each of the direct function calls within the module.
115-
SmallVector<func::CallIndirectOp, 16> callers;
115+
SmallVector<func::CallIndirectOp> callers;
116116
function.walk(
117117
[&](func::CallIndirectOp caller) { callers.push_back(caller); });
118118

0 commit comments

Comments
 (0)