diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-07-01 16:53:41 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-07-01 16:53:41 +0000 |
commit | 48b4d4f6474ace31c05507f3988c55de9601cc5b (patch) | |
tree | de74c5eaed2434e04422ac66b13cc8ba04de6657 | |
parent | 4c1d023de889428e3ea17767b9a7238901c66eff (diff) | |
download | external_llvm-48b4d4f6474ace31c05507f3988c55de9601cc5b.zip external_llvm-48b4d4f6474ace31c05507f3988c55de9601cc5b.tar.gz external_llvm-48b4d4f6474ace31c05507f3988c55de9601cc5b.tar.bz2 |
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
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index 90d95c0..ef73c00 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 // |