Skip to content

Commit 70fdaef

Browse files
committed
Apply clang-tidy fixes for bugprone-macro-parentheses in NVGPUTransformOps.cpp (NFC)
1 parent 4e71335 commit 70fdaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/NVGPU/TransformOps/NVGPUTransformOps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ using namespace mlir::transform;
4040
#define DEBUG_TYPE "nvgpu-transforms"
4141
#define DBGS() (llvm::dbgs() << "[" DEBUG_TYPE "]: ")
4242
#define DBGSNL() (llvm::dbgs() << "\n")
43-
#define LDBG(X) LLVM_DEBUG(DBGS() << X << "\n")
43+
#define LDBG(X) LLVM_DEBUG(DBGS() << (X) << "\n")
4444

4545
//===----------------------------------------------------------------------===//
4646
// Apply...ConversionPatternsOp

0 commit comments

Comments
 (0)