[Mlir-commits] [mlir] [MLIR][SPIRV][NFC] Fix header comment in TestEntryPointAbi.cpp (PR #177350)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jan 22 04:35:17 PST 2026


https://github.com/wjdrud2532 created https://github.com/llvm/llvm-project/pull/177350

None

>From a8d3edb2480116ff87c533b56c1120b6462b0768 Mon Sep 17 00:00:00 2001
From: wjdrud2532 <wjdrud2532 at naver.com>
Date: Thu, 22 Jan 2026 21:31:58 +0900
Subject: [PATCH] [MLIR][SPIRV][NFC] Fix header comment in
 TestEntryPointAbi.cpp

---
 mlir/test/lib/Dialect/SPIRV/TestEntryPointAbi.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mlir/test/lib/Dialect/SPIRV/TestEntryPointAbi.cpp b/mlir/test/lib/Dialect/SPIRV/TestEntryPointAbi.cpp
index 0e8dfb8e3ee9a..f492d7cd87d83 100644
--- a/mlir/test/lib/Dialect/SPIRV/TestEntryPointAbi.cpp
+++ b/mlir/test/lib/Dialect/SPIRV/TestEntryPointAbi.cpp
@@ -1,4 +1,4 @@
-//===- TestAvailability.cpp - Test pass for setting Entry point ABI info --===//
+//===- TestEntryPointAbi.cpp - Test pass for setting Entry point ABI info -===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.



More information about the Mlir-commits mailing list