diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-01-23 00:38:14 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-01-23 00:38:14 +0000 |
| commit | 3090f923bd828fa04954fc2c4002a77174c694d1 (patch) | |
| tree | a04da19f7e0691f1b9096fddb09c9f8a98c955df /llvm | |
| parent | af044cc84b47a4b1f6c4e8d5b585d62258c9e52d (diff) | |
| download | bcm5719-llvm-3090f923bd828fa04954fc2c4002a77174c694d1.tar.gz bcm5719-llvm-3090f923bd828fa04954fc2c4002a77174c694d1.zip | |
Remove dead #include
llvm-svn: 25520
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/llc/llc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llc/llc.cpp b/llvm/tools/llc/llc.cpp index e63260a3495..30a4880bb74 100644 --- a/llvm/tools/llc/llc.cpp +++ b/llvm/tools/llc/llc.cpp @@ -23,7 +23,6 @@ #include "llvm/Pass.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/PluginLoader.h" -#include "llvm/Support/PassNameParser.h" #include "llvm/Support/FileUtilities.h" #include "llvm/Analysis/Verifier.h" #include "llvm/System/Signals.h" |

