[mlir] [NFC] Add a newline to debug message at inserting of InterfaceMap
authorKohei Yamaguchi <fix7211@gmail.com>
Tue, 30 May 2023 14:13:47 +0000 (14:13 +0000)
committerAlex Zinenko <zinenko@google.com>
Tue, 30 May 2023 14:29:14 +0000 (14:29 +0000)
commit891fad0448fc560877e67c980754c1c4a5c83735
treee9247bd3e714023688a6fa46150fae635df89bd9
parentd70573b18e9af94dcae7de2287ca56c77da27e7c
[mlir] [NFC] Add a newline to debug message at inserting of InterfaceMap

At inserting of InterfaceMap, a debug message lacked a newline, so it repeatedly displayed this message within a single line.
Clean up the debug log by inserting a newline at the end of the message.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D150182
mlir/lib/Support/InterfaceSupport.cpp