Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it in c++ mode instead of c mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185348 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Gottesman 2013-07-01 16:53:41 +00:00
parent 4c1d023de8
commit 48b4d4f647

View File

@ -1,4 +1,4 @@
//===-- SelectionDAGBuilder.h - Selection-DAG building --------------------===//
//===-- SelectionDAGBuilder.h - Selection-DAG building --------*- c++ -*---===//
//
// The LLVM Compiler Infrastructure
//