Skip to content

Commit e9b7963

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

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
@@ -88,7 +88,7 @@ struct InlinerCallback
8888
InlinerConfig config;
8989
CallGraph &cg = getAnalysis<CallGraph>();
9090

91-
auto function = getOperation();
91+
func::FuncOp function = getOperation();
9292

9393
// By default, assume that any inlining is profitable.
9494
auto profitabilityCb = [&](const mlir::Inliner::ResolvedCall &call) {

0 commit comments

Comments
 (0)