From a5217a19a4233cd601826f29801d13fcff2ef943 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Aug 2010 03:45:03 +0000 Subject: [PATCH] remove dead proto llvm-svn: 112354 --- llvm/lib/CodeGen/StackSlotColoring.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/CodeGen/StackSlotColoring.cpp b/llvm/lib/CodeGen/StackSlotColoring.cpp index dab6bc3924d6..8d57ae95dde2 100644 --- a/llvm/lib/CodeGen/StackSlotColoring.cpp +++ b/llvm/lib/CodeGen/StackSlotColoring.cpp @@ -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); -- GitLab