For PR885:

Consolidate the LinkAllAnalyses.h and LinkAllPasses.h headers into one
so there is no dupliation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29787 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2006-08-21 05:34:03 +00:00
parent da6169b996
commit 62c5105adc
4 changed files with 31 additions and 68 deletions
+1 -2
View File
@@ -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"