OSDN Git Service

Move helper for getting a terminating musttail call to BasicBlock
authorReid Kleckner <reid@kleckner.net>
Tue, 12 Aug 2014 00:05:15 +0000 (00:05 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 12 Aug 2014 00:05:15 +0000 (00:05 +0000)
commit2970677f21ef006e6c8477e0c3f58fdd28b2ac03
treee04295c7d1fcff04189299daa56e5216532e8cf0
parent524cd2eb7b23c42e59f1ed4abeb49856171c7cd2
Move helper for getting a terminating musttail call to BasicBlock

No functional change.  To be used in future commits that need to look
for such instructions.

Reviewed By: rafael

Differential Revision: http://reviews.llvm.org/D4504

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215413 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/BasicBlock.h
lib/IR/BasicBlock.cpp
lib/Transforms/Utils/InlineFunction.cpp