[llvm-branch-commits] [llvm-branch] r133705 - /llvm/branches/type-system-rewrite/tools/bugpoint/ExtractFunction.cpp
Chris Lattner
sabre at nondot.org
Wed Jun 22 23:39:50 PDT 2011
Author: lattner
Date: Thu Jun 23 01:39:50 2011
New Revision: 133705
URL: http://llvm.org/viewvc/llvm-project?rev=133705&view=rev
Log:
deadtypeelim pass is gone, now all bugpoint tests pass.
Modified:
llvm/branches/type-system-rewrite/tools/bugpoint/ExtractFunction.cpp
Modified: llvm/branches/type-system-rewrite/tools/bugpoint/ExtractFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/type-system-rewrite/tools/bugpoint/ExtractFunction.cpp?rev=133705&r1=133704&r2=133705&view=diff
==============================================================================
--- llvm/branches/type-system-rewrite/tools/bugpoint/ExtractFunction.cpp (original)
+++ llvm/branches/type-system-rewrite/tools/bugpoint/ExtractFunction.cpp Thu Jun 23 01:39:50 2011
@@ -116,8 +116,6 @@
else
CleanupPasses.push_back("deadargelim");
- CleanupPasses.push_back("deadtypeelim");
-
Module *New = runPassesOn(M, CleanupPasses);
if (New == 0) {
errs() << "Final cleanups failed. Sorry. :( Please report a bug!\n";
More information about the llvm-branch-commits
mailing list