[llvm] 89b1808 - AMDGPU: Fix missing c++ mode comment

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 18:14:53 PDT 2022


Author: Matt Arsenault
Date: 2022-06-01T21:14:48-04:00
New Revision: 89b1808a2f45c81d8604b5b2573535be548cdf4a

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

LOG: AMDGPU: Fix missing c++ mode comment

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h b/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h
index 0e43b4fe9461f..5c656f158e714 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h
+++ b/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h
@@ -1,4 +1,4 @@
-//===- AMDGPUMCInstLower.h - Lower AMDGPU MachineInstr to an MCInst -------===//
+//===- AMDGPUMCInstLower.h - Lower MachineInstr to MCInst ------*- 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