summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-07-01 16:53:41 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-07-01 16:53:41 +0000
commit48b4d4f6474ace31c05507f3988c55de9601cc5b (patch)
treede74c5eaed2434e04422ac66b13cc8ba04de6657 /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parent4c1d023de889428e3ea17767b9a7238901c66eff (diff)
downloadllvm-48b4d4f6474ace31c05507f3988c55de9601cc5b.tar.gz
llvm-48b4d4f6474ace31c05507f3988c55de9601cc5b.tar.bz2
llvm-48b4d4f6474ace31c05507f3988c55de9601cc5b.tar.xz
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
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 90d95c040e..ef73c00100 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
//