[PATCH] D103328: [CodeGen][NFC] Remove unused virtual function

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 2 09:21:49 PDT 2021


dblaikie accepted this revision.
dblaikie added a subscriber: tmsriram.
dblaikie added a comment.
This revision is now accepted and ready to land.

Thanks!

(@tmsriram - perhaps you could rename the X86 version of this function too in a separate patch, to avoid overloading a virtual/reduce confusion here? (I think this function was added for BB sections & was initially virtual in the base FrameLowering API - but has now been sunk into the X86 backend/etc)


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

https://reviews.llvm.org/D103328



More information about the llvm-commits mailing list