From 48b4d4f6474ace31c05507f3988c55de9601cc5b Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Mon, 1 Jul 2013 16:53:41 +0000 Subject: [PATCH] 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 --- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 //