Remove unused variables.
authorDavid Greene <greened@obbligato.org>
Fri, 29 Jun 2007 21:42:03 +0000 (21:42 +0000)
committerDavid Greene <greened@obbligato.org>
Fri, 29 Jun 2007 21:42:03 +0000 (21:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37816 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

index 8feda9a0e007c790279897eadf9252e50e07dac5..51831ff75a8e4322c6202a2f433f600a03a6c821 100644 (file)
@@ -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