[all-commits] [llvm/llvm-project] ee423d: [polly] Remove uses of PointerType::getElementType()
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Feb 14 01:23:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee423d93ead39e94c2970b3cc7ef6e6faa75d10b
https://github.com/llvm/llvm-project/commit/ee423d93ead39e94c2970b3cc7ef6e6faa75d10b
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M polly/lib/CodeGen/ManagedMemoryRewrite.cpp
M polly/lib/CodeGen/PPCGCodeGeneration.cpp
Log Message:
-----------
[polly] Remove uses of PointerType::getElementType()
This method has been removed. I missed these uses in conditionally-
compiled code previously.
More information about the All-commits
mailing list