From: Jakob Stoklund Olesen Date: Fri, 26 Feb 2010 21:09:20 +0000 (+0000) Subject: Remove dead code X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=66df66c5fb4ef0aedd8fcae152f58e9baa0bb017;p=oota-llvm.git Remove dead code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97261 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index 8e44a576d65..5c5a394cc01 100644 --- a/lib/CodeGen/RegAllocLinearScan.cpp +++ b/lib/CodeGen/RegAllocLinearScan.cpp @@ -334,10 +334,6 @@ namespace { SmallVector &inactiveCounts, bool SkipDGRegs); - /// assignVirt2StackSlot - assigns this virtual register to a - /// stack slot. returns the stack slot - int assignVirt2StackSlot(unsigned virtReg); - void ComputeRelatedRegClasses(); template