[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 3525b3a30f
commit a0e46cd9d4

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;
}