1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Remove a dead var noticed by Yorion

llvm-svn: 30841
This commit is contained in:
Chris Lattner 2006-10-09 20:12:37 +00:00
parent 0e13b176ed
commit 2fb91841be

View File

@ -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";