[PATCH] D79084: [VE] Dynamic stack allocation

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 22:32:39 PDT 2020


kaz7 added a comment.

verifyLeafProcRegUse function is not used anymore.



================
Comment at: llvm/lib/Target/VE/VEFrameLowering.cpp:354
+static bool LLVM_ATTRIBUTE_UNUSED
+verifyLeafProcRegUse(MachineRegisterInfo *MRI) {
+
----------------
Remove this function from upstreaming.  This is obsoleted function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79084





More information about the llvm-commits mailing list