diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-02-25 03:59:03 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-02-25 03:59:03 +0000 |
| commit | 14a07365cb78889ca417494e155aeeb00770214b (patch) | |
| tree | 28246194babbd182da46eb54b4c6fb09d4df8f90 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | |
| parent | 144548072d38ab9ad76ed40674482df4704a0d43 (diff) | |
| download | llvm-14a07365cb78889ca417494e155aeeb00770214b.zip llvm-14a07365cb78889ca417494e155aeeb00770214b.tar.gz llvm-14a07365cb78889ca417494e155aeeb00770214b.tar.bz2 | |
Fix formatting of debug helper string.
llvm-svn: 126471
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index ba0e855..1cf67d3 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp @@ -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. |
