Remove dead code.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 26 Jan 2010 21:31:30 +0000 (21:31 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 26 Jan 2010 21:31:30 +0000 (21:31 +0000)
commit2cd455f36385eb6ed5c21ae7c52cb3d371810be3
treef765b6b5bafdbcef141bd1200bce52bbcbfa52ab
parente3039b6712a5b3464d43b34aeeb1c7a881c7cafc
Remove dead code.

Functions containing indirectbr are marked NeverInline by analyzeBasicBlock(),
so there is no point in giving indirectbr special treatment in
CountCodeReductionForConstant. It is never called.

No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94590 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InlineCost.cpp