diff options
author | Michael Kruse <llvm@meinersbur.de> | 2015-10-02 13:53:07 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2015-10-02 13:53:07 +0000 |
commit | cac948ef4634351fa30afda5eea251c020a3a613 (patch) | |
tree | e808f360ce65bc9a1f063d3a0b2007c52ff18390 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b8bfd96a102fea9212a02b6b72bd2829a7b9dc2d (diff) | |
download | llvm-cac948ef4634351fa30afda5eea251c020a3a613.zip llvm-cac948ef4634351fa30afda5eea251c020a3a613.tar.gz llvm-cac948ef4634351fa30afda5eea251c020a3a613.tar.bz2 |
Earlier creation of ScopStmt objects
This moves the construction of ScopStmt to the beginning of the
ScopInfo pass. The late creation was a result of the earlier separation
of ScopInfo and TempScopInfo. This will avoid introducing more
ScopStmt-like maps in future commits. The AccFuncMap will also be
removed in some future commit. DomainMap might also be included into
ScopStmt.
The order in which ScopStmt are created changes and initially creates
empty statements that are removed in a simplification.
Differential Revision: http://reviews.llvm.org/D13341
llvm-svn: 249132
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions