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 | 3923bec37bca1cced5da2952ad7149b982e1e10d (patch) | |
tree | 90db6e1620d95074bde989be7e60144810189ae4 /llvm/lib/CodeGen/SelectionDAG | |
parent | f1d3b7c22e79d03f5bdb1ed04ed6c2ea3f917578 (diff) | |
download | bcm5719-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/CodeGen/SelectionDAG')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 |
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 // |