summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-02-26 21:09:20 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-02-26 21:09:20 +0000
commit391700872f10843cf4b5e2f8c72a5d07827fa7ef (patch)
treedd5abd45b61cc401e3de98b18678eaf29beef678 /llvm/lib/CodeGen/RegAllocLinearScan.cpp
parentdb341a5282877590eddb09b7042c065abfa3f833 (diff)
downloadbcm5719-llvm-391700872f10843cf4b5e2f8c72a5d07827fa7ef.tar.gz
bcm5719-llvm-391700872f10843cf4b5e2f8c72a5d07827fa7ef.zip
Remove dead code
llvm-svn: 97261
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocLinearScan.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
index 8e44a576d65..5c5a394cc01 100644
--- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
@@ -334,10 +334,6 @@ namespace {
SmallVector<unsigned, 256> &inactiveCounts,
bool SkipDGRegs);
- /// assignVirt2StackSlot - assigns this virtual register to a
- /// stack slot. returns the stack slot
- int assignVirt2StackSlot(unsigned virtReg);
-
void ComputeRelatedRegClasses();
template <typename ItTy>
OpenPOWER on IntegriCloud