[llvm] r349013 - Fix missing C++ mode comment in header
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 13 00:23:57 PST 2018
Author: arsenm
Date: Thu Dec 13 00:23:56 2018
New Revision: 349013
URL: http://llvm.org/viewvc/llvm-project?rev=349013&view=rev
Log:
Fix missing C++ mode comment in header
Modified:
llvm/trunk/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
Modified: llvm/trunk/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h?rev=349013&r1=349012&r2=349013&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h (original)
+++ llvm/trunk/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h Thu Dec 13 00:23:56 2018
@@ -1,4 +1,4 @@
-//===-- llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h --===========//
+//===-- llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h -----*- C++ -*-//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list