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 | 48b94f4f8fba8cc639cc97abf41b6189cea8f11b (patch) | |
tree | 3b33e3727b9f7cfdc6545ec4fa943eab7948fce4 | |
parent | a9bd5445ce513a9f4e239e6eea8cf549e9e9b783 (diff) | |
download | external_llvm-48b94f4f8fba8cc639cc97abf41b6189cea8f11b.zip external_llvm-48b94f4f8fba8cc639cc97abf41b6189cea8f11b.tar.gz external_llvm-48b94f4f8fba8cc639cc97abf41b6189cea8f11b.tar.bz2 |
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 dab6bc3..8d57ae9 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); |