[llvm] ad041a8 - AMDGPU: Fix missing C++ mode comment

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 11:45:10 PDT 2023


Author: Matt Arsenault
Date: 2023-05-18T19:44:56+01:00
New Revision: ad041a8ce743d3c498209eaee634b08583de95da

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

LOG: AMDGPU: Fix missing C++ mode comment

Added: 
    

Modified: 
    llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h b/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h
index 1d4747136bf7..eb72b342dbf2 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h
+++ b/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h
@@ -1,4 +1,4 @@
-//=== lib/CodeGen/GlobalISel/AMDGPUCombinerHelper.h -----------------------===//
+//=== lib/CodeGen/GlobalISel/AMDGPUCombinerHelper.h -------------*- C++ -*-===//
 //
 // 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 llvm-commits mailing list