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

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 18:02:57 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGb976fac6eec4: [BOLT][NFC] Remove unused BF::computeLocalUDChain method definition (authored by Amir).

Repository:
  rG LLVM Github Monorepo

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

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.431851.patch
Type: text/x-patch
Size: 577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220525/138aa0ac/attachment.bin>


More information about the llvm-commits mailing list