diff options
author | Chris Lattner <sabre@nondot.org> | 2010-08-28 03:45:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-08-28 03:45:03 +0000 |
commit | 5f8a87dd766196a259d3f670d928641ca3b00e95 (patch) | |
tree | 3b33e3727b9f7cfdc6545ec4fa943eab7948fce4 | |
parent | 2d9005848d6b77853a4539999efb81b315c0c625 (diff) | |
download | external_llvm-5f8a87dd766196a259d3f670d928641ca3b00e95.tar.gz external_llvm-5f8a87dd766196a259d3f670d928641ca3b00e95.tar.bz2 external_llvm-5f8a87dd766196a259d3f670d928641ca3b00e95.zip |
remove dead proto
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112354 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/StackSlotColoring.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/StackSlotColoring.cpp b/lib/CodeGen/StackSlotColoring.cpp index dab6bc3924..8d57ae95dd 100644 --- a/lib/CodeGen/StackSlotColoring.cpp +++ b/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); |