summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-08-12 21:02:02 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-08-12 21:02:02 +0000
commitb0a50ade8b59816324783733e9ac8eb2aa7e73d6 (patch)
tree02bbb1d3ba16157ec581931493637e297d749c76
parent8711b767b4a04eebc23ad1490891c1f8dd2539ad (diff)
downloadllvm-b0a50ade8b59816324783733e9ac8eb2aa7e73d6.tar.gz
llvm-b0a50ade8b59816324783733e9ac8eb2aa7e73d6.tar.bz2
llvm-b0a50ade8b59816324783733e9ac8eb2aa7e73d6.tar.xz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index ef73c00100..82ac0ed69e 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
//