OSDN Git Service

[CallSite removal] Port InstSimplify over to use `CallBase` both in its
authorChandler Carruth <chandlerc@gmail.com>
Mon, 11 Feb 2019 07:54:10 +0000 (07:54 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 11 Feb 2019 07:54:10 +0000 (07:54 +0000)
commit89e74d724de5474b2d2696e72aed454aeddcbc91
treee084f9b5ad97b51759f55a495a2f36f7618a7186
parent7fe8f82f542dba1ce6d3377a6adb4906d7503ff4
[CallSite removal] Port InstSimplify over to use `CallBase` both in its
interface and implementation.

Port code with: `cast<CallBase>(CS.getInstruction())`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353662 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/InstructionSimplify.h
lib/Analysis/InstructionSimplify.cpp