[llvm] r188203 - Fixed SelectionDAGBuilder.h C++ filetype declaration to use the canonical C++ instead of c++.

Michael Gottesman mgottesman at apple.com
Mon Aug 12 14:02:02 PDT 2013


Author: mgottesman
Date: Mon Aug 12 16:02:02 2013
New Revision: 188203

URL: http://llvm.org/viewvc/llvm-project?rev=188203&view=rev
Log:
Fixed SelectionDAGBuilder.h C++ filetype declaration to use the canonical C++ instead of c++.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h?rev=188203&r1=188202&r2=188203&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h Mon Aug 12 16:02:02 2013
@@ -1,4 +1,4 @@
-//===-- SelectionDAGBuilder.h - Selection-DAG building --------*- c++ -*---===//
+//===-- SelectionDAGBuilder.h - Selection-DAG building --------*- C++ -*---===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list