[llvm] r198632 - Fix c++ mode comments
Matt Arsenault
Matthew.Arsenault at amd.com
Mon Jan 6 11:52:42 PST 2014
Author: arsenm
Date: Mon Jan 6 13:52:42 2014
New Revision: 198632
URL: http://llvm.org/viewvc/llvm-project?rev=198632&view=rev
Log:
Fix c++ mode comments
Modified:
llvm/trunk/include/llvm/ADT/MapVector.h
llvm/trunk/include/llvm/Analysis/RegionPass.h
Modified: llvm/trunk/include/llvm/ADT/MapVector.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/MapVector.h?rev=198632&r1=198631&r2=198632&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/MapVector.h (original)
+++ llvm/trunk/include/llvm/ADT/MapVector.h Mon Jan 6 13:52:42 2014
@@ -1,4 +1,4 @@
-//===- llvm/ADT/MapVector.h - Map with deterministic value order *- C++ -*-===//
+//===- llvm/ADT/MapVector.h - Map w/ deterministic value order --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Modified: llvm/trunk/include/llvm/Analysis/RegionPass.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/RegionPass.h?rev=198632&r1=198631&r2=198632&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/RegionPass.h (original)
+++ llvm/trunk/include/llvm/Analysis/RegionPass.h Mon Jan 6 13:52:42 2014
@@ -1,4 +1,4 @@
-//===- RegionPass.h - RegionPass class ------------------------------------===//
+//===- RegionPass.h - RegionPass class --------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list