diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-08-12 21:02:02 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-08-12 21:02:02 +0000 |
commit | b0a50ade8b59816324783733e9ac8eb2aa7e73d6 (patch) | |
tree | 02bbb1d3ba16157ec581931493637e297d749c76 | |
parent | 8711b767b4a04eebc23ad1490891c1f8dd2539ad (diff) | |
download | external_llvm-b0a50ade8b59816324783733e9ac8eb2aa7e73d6.zip external_llvm-b0a50ade8b59816324783733e9ac8eb2aa7e73d6.tar.gz external_llvm-b0a50ade8b59816324783733e9ac8eb2aa7e73d6.tar.bz2 |
Fixed SelectionDAGBuilder.h C++ filetype declaration to use the canonical C++ instead of c++.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188203 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 ef73c00..82ac0ed 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -1,4 +1,4 @@ -//===-- SelectionDAGBuilder.h - Selection-DAG building --------*- c++ -*---===// +//===-- SelectionDAGBuilder.h - Selection-DAG building --------*- C++ -*---===// // // The LLVM Compiler Infrastructure // |