mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 17:55:18 +00:00
Missing a space.
llvm-svn: 29233
This commit is contained in:
parent
fe4cf8c64a
commit
a634c2b838
@ -223,7 +223,7 @@ namespace {
|
||||
static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) {
|
||||
for (unsigned i = 1; i != NumEntries; ++i)
|
||||
if (!(Table[i-1] < Table[i])) {
|
||||
std::cerr << "Entries out of order" << Table[i-1].from
|
||||
std::cerr << "Entries out of order " << Table[i-1].from
|
||||
<< " " << Table[i].from << "\n";
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user