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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Feb 8 19:06:56 PST 2026


Author: wjdrud2532
Date: 2026-02-08T22:06:51-05:00
New Revision: 0f264368e84e0c954834e3cba538c0ef09b906f7

URL: https://github.com/llvm/llvm-project/commit/0f264368e84e0c954834e3cba538c0ef09b906f7
DIFF: https://github.com/llvm/llvm-project/commit/0f264368e84e0c954834e3cba538c0ef09b906f7.diff

LOG: [MLIR][SPIRV][NFC] Fix header comment in TestEntryPointAbi.cpp (#177350)

Added: 
    

Modified: 
    mlir/test/lib/Dialect/SPIRV/TestEntryPointAbi.cpp

Removed: 
    


################################################################################
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