[PATCH] D78742: Use .text.unlikely and .text.eh prefixes for MachineBasicBlock sections.

Sriraman Tallam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 23 18:30:11 PDT 2020


tmsriram added inline comments.


================
Comment at: llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:881
       Name += MBB.getSymbol()->getName();
     } else
       UniqueID = NextUniqueID++;
----------------
Nit, use braces around the else too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78742/new/

https://reviews.llvm.org/D78742





More information about the llvm-commits mailing list