summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2014-01-06 19:52:42 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2014-01-06 19:52:42 +0000
commit739742650981491be0e58ed876feaeb8901f9443 (patch)
treec5c18f368e829fbddcdf623b765079034ca6cc0b /include
parenta55aaf7fe6b5728c60050cc3664fffe762f85aa1 (diff)
downloadllvm-739742650981491be0e58ed876feaeb8901f9443.tar.gz
llvm-739742650981491be0e58ed876feaeb8901f9443.tar.bz2
llvm-739742650981491be0e58ed876feaeb8901f9443.tar.xz
Fix c++ mode comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/MapVector.h2
-rw-r--r--include/llvm/Analysis/RegionPass.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/ADT/MapVector.h b/include/llvm/ADT/MapVector.h
index f6fcb0888d..bcf273628a 100644
--- a/include/llvm/ADT/MapVector.h
+++ b/include/llvm/ADT/MapVector.h
@@ -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
//
diff --git a/include/llvm/Analysis/RegionPass.h b/include/llvm/Analysis/RegionPass.h
index 3907ad9c7d..e9d76d8d2e 100644
--- a/include/llvm/Analysis/RegionPass.h
+++ b/include/llvm/Analysis/RegionPass.h
@@ -1,4 +1,4 @@
-//===- RegionPass.h - RegionPass class ------------------------------------===//
+//===- RegionPass.h - RegionPass class --------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//