mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 02:32:08 +00:00
add some missing quotes in debug output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
270fc1077b
commit
745c9be986
@ -1041,10 +1041,10 @@ void PMDataManager::dumpPassInfo(Pass *P, enum PassDebuggingString S1,
|
||||
errs() << "' on Module '" << Msg << "'...\n";
|
||||
break;
|
||||
case ON_LOOP_MSG:
|
||||
errs() << "' on Loop " << Msg << "'...\n";
|
||||
errs() << "' on Loop '" << Msg << "'...\n";
|
||||
break;
|
||||
case ON_CG_MSG:
|
||||
errs() << "' on Call Graph " << Msg << "'...\n";
|
||||
errs() << "' on Call Graph '" << Msg << "'...\n";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user