[all-commits] [llvm/llvm-project] 289810: [BasicAA] Move DecomposedGEP out of header (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Sep 29 14:45:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28981015526f2192440c18f18e8a20cd11b0779c
https://github.com/llvm/llvm-project/commit/28981015526f2192440c18f18e8a20cd11b0779c
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M llvm/include/llvm/Analysis/BasicAliasAnalysis.h
M llvm/lib/Analysis/BasicAliasAnalysis.cpp
Log Message:
-----------
[BasicAA] Move DecomposedGEP out of header (NFC)
It's sufficient to have a forward declaration in the header, we
can move the definition of the struct (and VariableGEPIndex)
in the source file.
More information about the All-commits
mailing list