summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit3923bec37bca1cced5da2952ad7149b982e1e10d (patch)
tree90db6e1620d95074bde989be7e60144810189ae4 /llvm/lib
parentf1d3b7c22e79d03f5bdb1ed04ed6c2ea3f917578 (diff)
downloadbcm5719-llvm-3923bec37bca1cced5da2952ad7149b982e1e10d.tar.gz
bcm5719-llvm-3923bec37bca1cced5da2952ad7149b982e1e10d.zip
Fixed SelectionDAGBuilder.h C++ filetype declaration to use the canonical C++ instead of c++.
llvm-svn: 188203
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index ef73c00100f..82ac0ed69e2 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/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
//
OpenPOWER on IntegriCloud