[all-commits] [llvm/llvm-project] 91dd2f: [Statepoint] Delete more dead code from old wrappers
Philip Reames via All-commits
all-commits at lists.llvm.org
Wed Jun 3 20:11:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 91dd2f2536474df92b92250e1eb2ee9c30ffeb9a
https://github.com/llvm/llvm-project/commit/91dd2f2536474df92b92250e1eb2ee9c30ffeb9a
Author: Philip Reames <listmail at philipreames.com>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M llvm/include/llvm/IR/Statepoint.h
M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
Log Message:
-----------
[Statepoint] Delete more dead code from old wrappers
The verify() routine duplicates IR/Verifier.cpp checks, so while not technically dead it doesn't add any value either.
More information about the All-commits
mailing list