[ORC] Fix typo in debugging output.

llvm-svn: 257576
This commit is contained in:
Lang Hames 2016-01-13 06:08:07 +00:00
parent b45b1ea86f
commit f1ca3dc1a7
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public:
Unmapped.back().RWDataAllocs.back().getLocalAddress());
DEBUG(dbgs() << "Allocator " << Id << " allocated rw-data for "
<< SectionName << ": " << Alloc << " (" << Size
<< " bytes, alignment " << Alignment << "\n");
<< " bytes, alignment " << Alignment << ")\n");
return Alloc;
}