[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:36:11 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-spirv
Author: None (wjdrud2532)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/177350.diff
1 Files Affected:
- (modified) mlir/test/lib/Dialect/SPIRV/TestEntryPointAbi.cpp (+1-1)
``````````diff
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.
``````````
</details>
https://github.com/llvm/llvm-project/pull/177350
More information about the Mlir-commits
mailing list