[llvm] fc57620 - Hexagon: Add missing C++ mode comment

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 20:08:23 PDT 2022


Author: Matt Arsenault
Date: 2022-10-31T18:32:33-07:00
New Revision: fc5762064e24916ecbc4405f02ba8daafd75ac7a

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

LOG: Hexagon: Add missing C++ mode comment

Added: 
    

Modified: 
    llvm/lib/Target/Hexagon/HexagonAsmPrinter.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h b/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h
index 93d5f1dce7afe..5cb1edf54d1a7 100644
--- a/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h
+++ b/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h
@@ -1,4 +1,4 @@
-//===- HexagonAsmPrinter.h - Print machine code to an Hexagon .s file -----===//
+//===- HexagonAsmPrinter.h - Print machine code -----------------*- 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