From: Jakob Stoklund Olesen Date: Wed, 25 Apr 2012 16:32:20 +0000 (+0000) Subject: Remove a dead function. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a62efd82ccb979df9e7b8f99913c83d698a6994e;p=oota-llvm.git Remove a dead function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155553 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index 76201c96f91..9329338976e 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -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) {