Author: Kazu Hirata Date: 2020-11-21T22:55:37-08:00 New Revision: 9d985082ad0bcb34dd1b9b146abe73907a7cf72b
URL: https://github.com/llvm/llvm-project/commit/9d985082ad0bcb34dd1b9b146abe73907a7cf72b DIFF: https://github.com/llvm/llvm-project/commit/9d985082ad0bcb34dd1b9b146abe73907a7cf72b.diff LOG: [MachineLICM] Remove unused declaration HoistRegion The function definition was removed on Dec 22, 2011 in commit in 1eed5b51e87758affdbc10627b4a0884ab86606f. Added: Modified: llvm/lib/CodeGen/MachineLICM.cpp Removed: ################################################################################ diff --git a/llvm/lib/CodeGen/MachineLICM.cpp b/llvm/lib/CodeGen/MachineLICM.cpp index 19e36669a254..be18581d866d 100644 --- a/llvm/lib/CodeGen/MachineLICM.cpp +++ b/llvm/lib/CodeGen/MachineLICM.cpp @@ -246,8 +246,6 @@ namespace { void HoistOutOfLoop(MachineDomTreeNode *HeaderN); - void HoistRegion(MachineDomTreeNode *N, bool IsHeader); - void SinkIntoLoop(); void InitRegPressure(MachineBasicBlock *BB); _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits