[PATCH] D37582: Remove pipeline dependencies on StackProtector
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 18:45:04 PST 2018
MatzeB added inline comments.
================
Comment at: include/llvm/CodeGen/StackProtector.h:53
/// A mapping of AllocaInsts to their required SSP layout.
- using SSPLayoutMap = ValueMap<const AllocaInst *, SSPLayoutKind>;
+ using SSPLayoutMap = DenseMap<const AllocaInst *, SSPLayoutKind>;
----------------
Maybe split this into a separate commit before pushing.
Repository:
rL LLVM
https://reviews.llvm.org/D37582
More information about the llvm-commits
mailing list