OSDN Git Service

remove dead proto
authorChris Lattner <sabre@nondot.org>
Sat, 28 Aug 2010 03:45:03 +0000 (03:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Aug 2010 03:45:03 +0000 (03:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112354 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/StackSlotColoring.cpp

index dab6bc3..8d57ae9 100644 (file)
@@ -119,7 +119,6 @@ namespace {
 
   private:
     void InitializeSlots();
-    bool CheckForSetJmpCall(const MachineFunction &MF) const;
     void ScanForSpillSlotRefs(MachineFunction &MF);
     bool OverlapWithAssignments(LiveInterval *li, int Color) const;
     int ColorSlot(LiveInterval *li);