[PATCH] D139352: [AVR] Remove declaration of createAVRBranchSelectionPass()

Ievgenii Meshcheriakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 11:36:16 PST 2022


eugmes created this revision.
eugmes added a reviewer: dylanmckay.
eugmes added a project: LLVM.
Herald added subscribers: Jim, hiraditya.
Herald added a project: All.
eugmes requested review of this revision.

The function does not exists.

Depends on D139350 <https://reviews.llvm.org/D139350>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139352

Files:
  llvm/lib/Target/AVR/AVR.h


Index: llvm/lib/Target/AVR/AVR.h
===================================================================
--- llvm/lib/Target/AVR/AVR.h
+++ llvm/lib/Target/AVR/AVR.h
@@ -29,7 +29,6 @@
                                CodeGenOpt::Level OptLevel);
 FunctionPass *createAVRExpandPseudoPass();
 FunctionPass *createAVRFrameAnalyzerPass();
-FunctionPass *createAVRBranchSelectionPass();
 
 void initializeAVRDAGToDAGISelPass(PassRegistry &);
 void initializeAVRShiftExpandPass(PassRegistry &);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139352.480175.patch
Type: text/x-patch
Size: 483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221205/c5a6450e/attachment.bin>


More information about the llvm-commits mailing list