[BasicAA] Move DecomposedGEP out of header (NFC)
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 29 Sep 2021 21:40:43 +0000 (23:40 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 29 Sep 2021 21:45:15 +0000 (23:45 +0200)
commit28981015526f2192440c18f18e8a20cd11b0779c
tree72c72cb489f02d988e84c934a6ece218416b10ed
parent79b422080612fec7fb720052378f448174c016c7
[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.
llvm/include/llvm/Analysis/BasicAliasAnalysis.h
llvm/lib/Analysis/BasicAliasAnalysis.cpp