this doesn't work, remove it

llvm-svn: 25518
This commit is contained in:
Chris Lattner 2006-01-23 00:32:33 +00:00
parent 26aae65f6e
commit 8d8a19fa58
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ void BugDriver::EmitProgressBytecode(const std::string &ID, bool NoFlyer) {
std::cout << "analyze";
else if (PassType & PassInfo::Optimization)
std::cout << "opt";
else if (PassType & PassInfo::LLC)
std::cout << "llc";
else
std::cout << "bugpoint";
std::cout << " " << Filename << " ";