mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
Add two newlines in ParseSubtargetFeatures's debug output after the CPU is printed.
There is otherwise not a newline between the CPU name and the start of the next pass's output which makes both difficult to read. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158350 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4db738ae98
commit
3f696e568b
@ -696,7 +696,7 @@ void SubtargetEmitter::ParseFeaturesFunction(raw_ostream &OS,
|
||||
OS << Target;
|
||||
OS << "Subtarget::ParseSubtargetFeatures(StringRef CPU, StringRef FS) {\n"
|
||||
<< " DEBUG(dbgs() << \"\\nFeatures:\" << FS);\n"
|
||||
<< " DEBUG(dbgs() << \"\\nCPU:\" << CPU);\n";
|
||||
<< " DEBUG(dbgs() << \"\\nCPU:\" << CPU << \"\\n\\n\");\n";
|
||||
|
||||
if (Features.empty()) {
|
||||
OS << "}\n";
|
||||
|
Loading…
Reference in New Issue
Block a user