]> granicus.if.org Git - llvm/commit
Move findBBwithCalls to the file it's used in to avoid unused function
authorEric Christopher <echristo@gmail.com>
Tue, 13 Aug 2019 00:05:01 +0000 (00:05 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 13 Aug 2019 00:05:01 +0000 (00:05 +0000)
commit709ddb3442d536da89edd05c66133466a6509bb9
tree06c1056c122ccdcd0459e9c2b239afcb48f86ac4
parenta1e74cca28e0dcb9cf929b88ef3dc88ff72a2a7f
Move findBBwithCalls to the file it's used in to avoid unused function
warnings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368636 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h
lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp