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 {
1495
1495
1496
1496
REGIONBASEDISOLATION_LOG (
1497
1497
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 ()));
1506
1507
1507
1508
gatherFlowInsensitiveInformationBeforeDataflow ();
1508
1509
You can’t perform that action at this time.
0 commit comments