mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-22 07:32:48 +00:00
add newline to debug dump
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81840 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9554c61328
commit
ff1147072a
@ -337,7 +337,7 @@ bool SROA::performScalarRepl(Function &F) {
|
||||
/// predicate, do SROA now.
|
||||
void SROA::DoScalarReplacement(AllocationInst *AI,
|
||||
std::vector<AllocationInst*> &WorkList) {
|
||||
DEBUG(errs() << "Found inst to SROA: " << *AI);
|
||||
DEBUG(errs() << "Found inst to SROA: " << *AI << '\n');
|
||||
SmallVector<AllocaInst*, 32> ElementAllocas;
|
||||
if (const StructType *ST = dyn_cast<StructType>(AI->getAllocatedType())) {
|
||||
ElementAllocas.reserve(ST->getNumContainedTypes());
|
||||
|
Loading…
Reference in New Issue
Block a user