[PATCH] D126220: [BOLT][NFC] Remove unused BF::computeLocalUDChain method definition

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 21:25:32 PDT 2022


Amir created this revision.
Herald added subscribers: ayermolo, kristof.beyls.
Herald added a reviewer: rafauler.
Herald added a reviewer: maksfb.
Herald added a project: All.
Amir published this revision for review.
Herald added subscribers: llvm-commits, yota9.
Herald added a project: LLVM.

The function is only used inside AArch64MCPlusBuilder class, there are no uses
of it as a BinaryFunction method.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126220

Files:
  bolt/include/bolt/Core/BinaryFunction.h


Index: bolt/include/bolt/Core/BinaryFunction.h
===================================================================
--- bolt/include/bolt/Core/BinaryFunction.h
+++ bolt/include/bolt/Core/BinaryFunction.h
@@ -667,9 +667,6 @@
                                            uint64_t Offset,
                                            uint64_t &TargetAddress);
 
-  DenseMap<const MCInst *, SmallVector<MCInst *, 4>>
-  computeLocalUDChain(const MCInst *CurInstr);
-
   BinaryFunction &operator=(const BinaryFunction &) = delete;
   BinaryFunction(const BinaryFunction &) = delete;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126220.431404.patch
Type: text/x-patch
Size: 577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220524/46706b9f/attachment.bin>


More information about the llvm-commits mailing list