[capturetracking] Explicitly check for callee operand [NFC]
authorPhilip Reames <listmail@philipreames.com>
Fri, 17 Dec 2021 17:20:10 +0000 (09:20 -0800)
committerPhilip Reames <listmail@philipreames.com>
Fri, 17 Dec 2021 17:21:35 +0000 (09:21 -0800)
commit793c0da89e36408f9c2dd949134a4608ef54551a
tree9186aef4968db4e7a489dda0eca7fda336ac2aeb
parentbe41996f4f8cdaa4eb36c264183e508c1bd0455e
[capturetracking] Explicitly check for callee operand [NFC]

Pull out an explicit check rather than relying on the fact that the callee operand is not a data operand.  The only real value is it gives us a clear place to move the comment, and makes the code slightly more understandable.
llvm/lib/Analysis/CaptureTracking.cpp