From 77dc6d2479a36e805861e2bd3ef1e226d78f606f Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 22 Jul 2019 21:04:23 +0000 Subject: Temporarily Revert "[Attributor] Liveness analysis." as it's breaking the build. This reverts commit 9285295f75a231dc446fa7cbc10a0a391b3434a5. llvm-svn: 366737 --- llvm/lib/Transforms/Utils/Local.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Utils/Local.cpp') diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp index 62c7dd6..be16054 100644 --- a/llvm/lib/Transforms/Utils/Local.cpp +++ b/llvm/lib/Transforms/Utils/Local.cpp @@ -1964,7 +1964,7 @@ unsigned llvm::changeToUnreachable(Instruction *I, bool UseLLVMTrap, } /// changeToCall - Convert the specified invoke into a normal call. -void llvm::changeToCall(InvokeInst *II, DomTreeUpdater *DTU = nullptr) { +static void changeToCall(InvokeInst *II, DomTreeUpdater *DTU = nullptr) { SmallVector Args(II->arg_begin(), II->arg_end()); SmallVector OpBundles; II->getOperandBundlesAsDefs(OpBundles); -- cgit v1.1