summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-08-28 03:45:03 +0000
committerChris Lattner <sabre@nondot.org>2010-08-28 03:45:03 +0000
commita5217a19a4233cd601826f29801d13fcff2ef943 (patch)
tree35295ff4d66f0623eef19ec76dfa3dad4af88d19 /llvm/lib/CodeGen
parent2c9e253ca90eb358c4222ffe4ca83c2c386b6154 (diff)
downloadbcm5719-llvm-a5217a19a4233cd601826f29801d13fcff2ef943.tar.gz
bcm5719-llvm-a5217a19a4233cd601826f29801d13fcff2ef943.zip
remove dead proto
llvm-svn: 112354
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/StackSlotColoring.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StackSlotColoring.cpp b/llvm/lib/CodeGen/StackSlotColoring.cpp
index dab6bc3924d..8d57ae95dde 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);
OpenPOWER on IntegriCloud