Remove a dead function.

llvm-svn: 155553
This commit is contained in:
Jakob Stoklund Olesen 2012-04-25 16:32:20 +00:00
parent 983dd43b15
commit e64664e178
1 changed files with 0 additions and 6 deletions

View File

@ -144,12 +144,6 @@ namespace llvm {
return (1000.0 * I.getSize()) / indexes_->getIndexesLength();
}
/// getFuncInstructionCount - Return the number of instructions in the
/// current function.
unsigned getFuncInstructionCount() {
return indexes_->getFunctionSize();
}
/// getApproximateInstructionCount - computes an estimate of the number
/// of instructions in a given LiveInterval.
unsigned getApproximateInstructionCount(LiveInterval& I) {