[mlir][sparse] Fixes C++98 warning
authorwren romano <2998727+wrengr@users.noreply.github.com>
Fri, 27 May 2022 19:42:46 +0000 (12:42 -0700)
committerwren romano <2998727+wrengr@users.noreply.github.com>
Fri, 27 May 2022 20:42:17 +0000 (13:42 -0700)
commit0fbe3f3f486e01448121f7931a4ca29fac1504ab
treea506d3ae46ac0b1c11f6546a42591b64366899e0
parentd4905a7b20b19383f84dd5249c9dae5325cb7305
[mlir][sparse] Fixes C++98 warning

The semicolons were introduced in D126105 in order to correct clang-format, but I forgot this file must be compiled as C++98 rather than C++11.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D126561
mlir/lib/ExecutionEngine/SparseTensorUtils.cpp