[all-commits] [llvm/llvm-project] af9331: LoopPass.h - remove unnecessary PMStack forward de...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun May 10 06:08:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: af93311a8c21413875c16cfaf920ae2586b59b84
https://github.com/llvm/llvm-project/commit/af93311a8c21413875c16cfaf920ae2586b59b84
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-10 (Sun, 10 May 2020)
Changed paths:
M llvm/include/llvm/Analysis/LoopPass.h
Log Message:
-----------
LoopPass.h - remove unnecessary PMStack forward declaration. NFC.
We have to include LegacyPassManagers.h where its defined.
Commit: 1df85dd4e94e0693b161eda4bc007379303110da
https://github.com/llvm/llvm-project/commit/1df85dd4e94e0693b161eda4bc007379303110da
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-10 (Sun, 10 May 2020)
Changed paths:
M llvm/include/llvm/IR/Mangler.h
M llvm/include/llvm/Object/ModuleSymbolTable.h
Log Message:
-----------
Mangler.h - reduce GlobalValue.h include to forward declaration. NFC.
Exposes implicit dependency in ModuleSymbolTable.h - added missing Module forward declaration.
Compare: https://github.com/llvm/llvm-project/compare/fc44617f2884...1df85dd4e94e
More information about the All-commits
mailing list