mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Remove a dead var noticed by Yorion
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30841 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff7e63cf7a
commit
54e4c02d8e
@ -103,7 +103,6 @@ struct ListReducer {
|
||||
std::vector<ElTy> EmptyList;
|
||||
while (Changed) {
|
||||
Changed = false;
|
||||
std::vector<ElTy> TrimmedList;
|
||||
for (unsigned i = 1; i < TheList.size()-1; ++i) { // Check interior elts
|
||||
if (BugpointIsInterrupted) {
|
||||
std::cerr << "\n\n*** Reduction Interrupted, cleaning up...\n\n";
|
||||
|
Loading…
Reference in New Issue
Block a user