mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +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:
@@ -103,7 +103,6 @@ struct ListReducer {
|
|||||||
std::vector<ElTy> EmptyList;
|
std::vector<ElTy> EmptyList;
|
||||||
while (Changed) {
|
while (Changed) {
|
||||||
Changed = false;
|
Changed = false;
|
||||||
std::vector<ElTy> TrimmedList;
|
|
||||||
for (unsigned i = 1; i < TheList.size()-1; ++i) { // Check interior elts
|
for (unsigned i = 1; i < TheList.size()-1; ++i) { // Check interior elts
|
||||||
if (BugpointIsInterrupted) {
|
if (BugpointIsInterrupted) {
|
||||||
std::cerr << "\n\n*** Reduction Interrupted, cleaning up...\n\n";
|
std::cerr << "\n\n*** Reduction Interrupted, cleaning up...\n\n";
|
||||||
|
Reference in New Issue
Block a user