[llvm] Use x.empty() instead of llvm::empty(x) (NFC)
authorKazu Hirata <kazu@google.com>
Sun, 18 Sep 2022 18:21:16 +0000 (11:21 -0700)
committerKazu Hirata <kazu@google.com>
Sun, 18 Sep 2022 18:21:16 +0000 (11:21 -0700)
commita2842a43a15e88e63a5c3d5a74493e6159415980
tree911b75263ac8dd508ddbb698415b4de8bf1d2988
parent93fcc80d1ceba3a28f1aff402a91e1a427e66688
[llvm] Use x.empty() instead of llvm::empty(x) (NFC)

I'm planning to deprecate and eventually remove llvm::empty.

Note that no use of llvm::empty requires the ability of llvm::empty to
determine the emptiness from begin/end only.
llvm/unittests/ExecutionEngine/JITLink/LinkGraphTests.cpp