[llvm] r339280 - Fix missing C++ mode comment in header

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 8 11:40:43 PDT 2018


Author: arsenm
Date: Wed Aug  8 11:40:43 2018
New Revision: 339280

URL: http://llvm.org/viewvc/llvm-project?rev=339280&view=rev
Log:
Fix missing C++ mode comment in header

Modified:
    llvm/trunk/include/llvm/CodeGen/FunctionLoweringInfo.h

Modified: llvm/trunk/include/llvm/CodeGen/FunctionLoweringInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/FunctionLoweringInfo.h?rev=339280&r1=339279&r2=339280&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/FunctionLoweringInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/FunctionLoweringInfo.h Wed Aug  8 11:40:43 2018
@@ -1,4 +1,4 @@
-//===- FunctionLoweringInfo.h - Lower functions from LLVM IR to CodeGen ---===//
+//===- FunctionLoweringInfo.h - Lower functions from LLVM IR ---*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //




More information about the llvm-commits mailing list