From cf2a51e8dbaf23381fac146726ddba1cb7628417 Mon Sep 17 00:00:00 2001 From: David Greene Date: Fri, 29 Jun 2007 21:42:03 +0000 Subject: Remove unused variables. llvm-svn: 37816 --- llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index 8feda9a0e00..51831ff75a8 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp @@ -615,9 +615,6 @@ static unsigned calcMaxScratches(const SUnit *SU) { // Bottom up bool bu_ls_rr_sort::operator()(const SUnit *left, const SUnit *right) const { - bool LIsTarget = left->Node->isTargetOpcode(); - bool RIsTarget = right->Node->isTargetOpcode(); - // There used to be a special tie breaker here that looked for // two-address instructions and preferred the instruction with a // def&use operand. The special case triggered diagnostics when -- cgit v1.2.3