[llvm] r221115 - Fix missing C++ mode comment

Matt Arsenault Matthew.Arsenault at amd.com
Sun Nov 2 15:46:44 PST 2014


Author: arsenm
Date: Sun Nov  2 17:46:44 2014
New Revision: 221115

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

Modified:
    llvm/trunk/utils/TableGen/DAGISelMatcher.h

Modified: llvm/trunk/utils/TableGen/DAGISelMatcher.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/DAGISelMatcher.h?rev=221115&r1=221114&r2=221115&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/DAGISelMatcher.h (original)
+++ llvm/trunk/utils/TableGen/DAGISelMatcher.h Sun Nov  2 17:46:44 2014
@@ -1,4 +1,4 @@
-//===- DAGISelMatcher.h - Representation of DAG pattern matcher -----------===//
+//===- DAGISelMatcher.h - Representation of DAG pattern matcher -*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list