commit | 48b4d4f6474ace31c05507f3988c55de9601cc5b | [log] [tgz] |
---|---|---|
author | Michael Gottesman <mgottesman@apple.com> | Mon Jul 01 16:53:41 2013 +0000 |
committer | Michael Gottesman <mgottesman@apple.com> | Mon Jul 01 16:53:41 2013 +0000 |
tree | de74c5eaed2434e04422ac66b13cc8ba04de6657 | |
parent | 4c1d023de889428e3ea17767b9a7238901c66eff [diff] [blame] |
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 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 //