File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
lib/SILOptimizer/Analysis Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -1495,14 +1495,15 @@ class PartitionOpTranslator {
14951495
14961496 REGIONBASEDISOLATION_LOG (
14971497 llvm::dbgs ()
1498- << PER_FUNCTION_SEP_STR
1499- << " Beginning processing: " << function->getName () << ' \n '
1500- << " Demangled: "
1501- << Demangle::demangleSymbolAsString (
1502- function->getName (),
1503- Demangle::DemangleOptions::SimplifiedUIDemangleOptions ())
1504- << ' \n '
1505- << PER_FUNCTION_SEP_STR);
1498+ << PER_FUNCTION_SEP_STR
1499+ << " Beginning processing: " << function->getName () << ' \n '
1500+ << " Demangled: "
1501+ << Demangle::demangleSymbolAsString (
1502+ function->getName (),
1503+ Demangle::DemangleOptions::SimplifiedUIDemangleOptions ())
1504+ << ' \n '
1505+ << PER_FUNCTION_SEP_STR << " Dump:\n " ;
1506+ function->print (llvm::dbgs ()));
15061507
15071508 gatherFlowInsensitiveInformationBeforeDataflow ();
15081509
You can’t perform that action at this time.
0 commit comments