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

Ievgenii Meshcheriakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 10:49:50 PST 2022


eugmes updated this revision to Diff 480548.
eugmes edited the summary of this revision.
eugmes added a comment.

Removed dependency on D139350 <https://reviews.llvm.org/D139350>


Repository:
  rG LLVM Github Monorepo

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

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 initializeAVRShiftExpandPass(PassRegistry &);
 void initializeAVRExpandPseudoPass(PassRegistry &);


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


More information about the llvm-commits mailing list