diff options
Diffstat (limited to 'mlir/lib/Rewrite/ByteCode.cpp')
-rw-r--r-- | mlir/lib/Rewrite/ByteCode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mlir/lib/Rewrite/ByteCode.cpp b/mlir/lib/Rewrite/ByteCode.cpp index eca0297..1ea4bef 100644 --- a/mlir/lib/Rewrite/ByteCode.cpp +++ b/mlir/lib/Rewrite/ByteCode.cpp @@ -1613,8 +1613,8 @@ void ByteCodeExecutor::executeCreateOperation(PatternRewriter &rewriter, // TODO: Handle failure. if (failed(inferInterface->inferReturnTypes( state.getContext(), state.location, state.operands, - state.attributes.getDictionary(state.getContext()), - state.getRawProperties(), state.regions, state.types))) + state.attributes.getDictionary(state.getContext()), state.regions, + state.types))) return; } else { // Otherwise, this is a fixed number of results. |