diff options
| author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2016-11-28 14:24:14 +0000 |
|---|---|---|
| committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2016-11-28 14:24:14 +0000 |
| commit | a29bf16ed5a72bcfe6ffc03767c1f8b7634907f7 (patch) | |
| tree | ce0e8737b781bef684f4d9b160dc6609d965da94 /llvm/lib | |
| parent | 1776986d7557dfec7037896b72248ec76ee2ee03 (diff) | |
| download | bcm5719-llvm-a29bf16ed5a72bcfe6ffc03767c1f8b7634907f7.tar.gz bcm5719-llvm-a29bf16ed5a72bcfe6ffc03767c1f8b7634907f7.zip | |
[SystemZ] Fix build bot fallout from r288030
Remove unused variable that came in due to a copy-and-paste bug
and caused build bot failures.
llvm-svn: 288033
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/SystemZ/SystemZElimCompare.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp b/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp index 6e42e283c9f..b4c843f658a 100644 --- a/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp +++ b/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp @@ -257,7 +257,6 @@ bool SystemZElimCompare::convertToLoadAndTrap( return false; // The transformation is OK. Rebuild Branch as a load-and-trap. - MachineOperand Target(Branch->getOperand(2)); while (Branch->getNumOperands()) Branch->RemoveOperand(0); Branch->setDesc(TII->get(LATOpcode)); |

