summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2007-06-29 21:42:03 +0000
committerDavid Greene <greened@obbligato.org>2007-06-29 21:42:03 +0000
commitcf2a51e8dbaf23381fac146726ddba1cb7628417 (patch)
treedffc58fdf34726b4814cbb40f576707a352ecc42 /llvm/lib/CodeGen
parent62acd012754800671cfab15f2b7c0e64738468a3 (diff)
downloadbcm5719-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.cpp3
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
OpenPOWER on IntegriCloud