StackAlignment has only one use: StackAlignment = std::max(StackAlignment, AI.getAlignment()); So it is redundant.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106741
[ASAN] NFC: Remove redundant variable ClosedPublic Authored by Enna1 on Jul 24 2021, 1:12 AM.
Details
Summary StackAlignment has only one use: StackAlignment = std::max(StackAlignment, AI.getAlignment()); So it is redundant.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 24 2021, 1:18 AM This revision was landed with ongoing or failed builds.Jul 27 2021, 12:02 PM Closed by commit rG1ee6559ef698: [ASAN] NFC: Remove redundant variable (authored by Enna1, committed by vitalybuka). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 362130 llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
|