diff options
| author | David Greene <greened@obbligato.org> | 2007-06-29 21:42:03 +0000 |
|---|---|---|
| committer | David Greene <greened@obbligato.org> | 2007-06-29 21:42:03 +0000 |
| commit | cf2a51e8dbaf23381fac146726ddba1cb7628417 (patch) | |
| tree | dffc58fdf34726b4814cbb40f576707a352ecc42 /llvm/lib/CodeGen | |
| parent | 62acd012754800671cfab15f2b7c0e64738468a3 (diff) | |
| download | bcm5719-llvm-cf2a51e8dbaf23381fac146726ddba1cb7628417.tar.gz bcm5719-llvm-cf2a51e8dbaf23381fac146726ddba1cb7628417.zip | |
Remove unused variables.
llvm-svn: 37816
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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 |

