InlineFunction.cpp: Remove a return value that is always false
authorMark Seaborn <mseaborn@chromium.org>
Mon, 2 Dec 2013 20:50:59 +0000 (20:50 +0000)
committerMark Seaborn <mseaborn@chromium.org>
Mon, 2 Dec 2013 20:50:59 +0000 (20:50 +0000)
commit6e2cf928d0bac91866463f25247625061dfebf34
tree78f353acd2f0c71907acce6ef243278fb238520f
parent66983cb09d704b47ac8e8bc9e11151efe2d4321b
InlineFunction.cpp: Remove a return value that is always false

Remove some associated dead code.

This cleanup is associated with PR17872.

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