projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bff960a
)
Reduce initial Sema memory consumption by 400KB. By Elisavet Sakellari.
author
Axel Naumann
<Axel.Naumann@cern.ch>
Wed, 3 Feb 2016 10:45:22 +0000
(10:45 +0000)
committer
Axel Naumann
<Axel.Naumann@cern.ch>
Wed, 3 Feb 2016 10:45:22 +0000
(10:45 +0000)
llvm-svn: 259637
clang/lib/Sema/SemaOpenMP.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Sema/SemaOpenMP.cpp
b/clang/lib/Sema/SemaOpenMP.cpp
index
f61d959
..
b219e92
100644
(file)
--- a/
clang/lib/Sema/SemaOpenMP.cpp
+++ b/
clang/lib/Sema/SemaOpenMP.cpp
@@
-123,7
+123,7
@@
private:
CancelRegion(false), AssociatedLoops(1), InnerTeamsRegionLoc() {}
};
- typedef SmallVector<SharingMapTy,
6
4> StackTy;
+ typedef SmallVector<SharingMapTy, 4> StackTy;
/// \brief Stack of used declaration and their data-sharing attributes.
StackTy Stack;