Remove dead code
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 26 Feb 2010 21:09:20 +0000 (21:09 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 26 Feb 2010 21:09:20 +0000 (21:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97261 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocLinearScan.cpp

index 8e44a576d6505ad25ac22a03761d34364bdb0710..5c5a394cc018ed4c84fc59807aaedd8004455a48 100644 (file)
@@ -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>