mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 13:46:07 +00:00
Fix formatting of debug helper string.
llvm-svn: 126471
This commit is contained in:
parent
144548072d
commit
14a07365cb
@ -1916,7 +1916,7 @@ bool SelectionDAGBuilder::handleJTSwitchCase(CaseRec& CR,
|
||||
DEBUG(dbgs() << "Lowering jump table\n"
|
||||
<< "First entry: " << First << ". Last entry: " << Last << '\n'
|
||||
<< "Range: " << Range
|
||||
<< "Size: " << TSize << ". Density: " << Density << "\n\n");
|
||||
<< ". Size: " << TSize << ". Density: " << Density << "\n\n");
|
||||
|
||||
// Get the MachineFunction which holds the current MBB. This is used when
|
||||
// inserting any additional MBBs necessary to represent the switch.
|
||||
|
Loading…
x
Reference in New Issue
Block a user