Fix missing C++ mode comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221115 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2014-11-02 23:46:44 +00:00
parent eaa221a23e
commit dcd2a823d7

View File

@ -1,4 +1,4 @@
//===- DAGISelMatcher.h - Representation of DAG pattern matcher -----------===//
//===- DAGISelMatcher.h - Representation of DAG pattern matcher -*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//