[llvm-commits] CVS: llvm/tools/bugpoint/bugpoint.cpp

Reid Spencer reid at x10sys.com
Sun Aug 20 22:34:20 PDT 2006



Changes in directory llvm/tools/bugpoint:

bugpoint.cpp updated: 1.32 -> 1.33
---
Log message:

For PR885: http://llvm.org/PR885 :
Consolidate the LinkAllAnalyses.h and LinkAllPasses.h headers into one
so there is no dupliation. 


---
Diffs of the changes:  (+1 -2)

 bugpoint.cpp |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/tools/bugpoint/bugpoint.cpp
diff -u llvm/tools/bugpoint/bugpoint.cpp:1.32 llvm/tools/bugpoint/bugpoint.cpp:1.33
--- llvm/tools/bugpoint/bugpoint.cpp:1.32	Tue Aug 15 11:40:49 2006
+++ llvm/tools/bugpoint/bugpoint.cpp	Mon Aug 21 00:34:03 2006
@@ -15,8 +15,7 @@
 
 #include "BugDriver.h"
 #include "ToolRunner.h"
-#include "llvm/Analysis/LinkAllAnalyses.h"
-#include "llvm/Transforms/LinkAllPasses.h"
+#include "llvm/LinkAllPasses.h"
 #include "llvm/Support/PassNameParser.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/PluginLoader.h"






More information about the llvm-commits mailing list