commit | b0a50ade8b59816324783733e9ac8eb2aa7e73d6 | [log] [tgz] |
---|---|---|
author | Michael Gottesman <mgottesman@apple.com> | Mon Aug 12 21:02:02 2013 +0000 |
committer | Michael Gottesman <mgottesman@apple.com> | Mon Aug 12 21:02:02 2013 +0000 |
tree | 02bbb1d3ba16157ec581931493637e297d749c76 | |
parent | 8711b767b4a04eebc23ad1490891c1f8dd2539ad [diff] |
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
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 //