From: Michael Gottesman Date: Mon, 1 Jul 2013 16:53:41 +0000 (+0000) Subject: Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it in c... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=48b4d4f6474ace31c05507f3988c55de9601cc5b;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index 90d95c040ec..ef73c00100f 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -1,4 +1,4 @@ -//===-- SelectionDAGBuilder.h - Selection-DAG building --------------------===// +//===-- SelectionDAGBuilder.h - Selection-DAG building --------*- c++ -*---===// // // The LLVM Compiler Infrastructure //