[all-commits] [llvm/llvm-project] 58beb7: [Statepoint] Convert a few more isStatepoint calls...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu May 28 11:36:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 58beb76b7bd2f7caa1df461b9db6629521c3b60b
https://github.com/llvm/llvm-project/commit/58beb76b7bd2f7caa1df461b9db6629521c3b60b
Author: Philip Reames <listmail at philipreames.com>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M llvm/include/llvm/IR/Statepoint.h
M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
[Statepoint] Convert a few more isStatepoint calls to idiomatic isa/cast
I'd apparently only grepped in the lib directories and missed a few used in the Statepoint header itself. Beyond simple mechanical cleanup, changed the type of one routine to reflect the fact it also returns a statepoint.
More information about the All-commits
mailing list