[ImplicitNullChecks] NFC: Remove unused PointerReg arg in dep analysis
authorAnna Thomas <anna@azul.com>
Thu, 10 Sep 2020 19:30:42 +0000 (15:30 -0400)
committerAnna Thomas <anna@azul.com>
Thu, 10 Sep 2020 19:31:57 +0000 (15:31 -0400)
commitb1b9806370196234a62304d308a9f8873759ec28
treedfb7f588a70c0f4401f55162e463f604a6039146
parent7ddfd9b3ebfd3f3db7c6c2e8c72308ff3a3426f2
[ImplicitNullChecks] NFC: Remove unused PointerReg arg in dep analysis

The PointerReg arg was passed into the dependence function for an
assertion which no longer exists. So, this patch updates the dependence
functions to avoid the PointerReg in the signature.

Tests-Run: make check
llvm/lib/CodeGen/ImplicitNullChecks.cpp