Skip to content

Commit b039d7a

Browse files
committed
Fix clang-format error
1 parent 46719a2 commit b039d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/MemRefToLLVM/AllocLikeConversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ std::tuple<Value, Value> AllocationOpLLVMLowering::allocateBufferManuallyAlign(
7575
// Allocate the underlying buffer.
7676
Type elementPtrType = this->getElementPtrType(memRefType);
7777
if (!elementPtrType) {
78-
emitError(loc,"conversion of memref memory space ")
78+
emitError(loc, "conversion of memref memory space ")
7979
<< memRefType.getMemorySpace()
8080
<< " to integer address space "
8181
"failed. Consider adding memory space conversions.";

0 commit comments

Comments
 (0)