aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-23 00:38:14 +0000
committerChris Lattner <sabre@nondot.org>2006-01-23 00:38:14 +0000
commitfc4417837a37715d0b8d4fcca6f90a5f3c08acfc (patch)
treec7177de819e400386b3c407c5b27d41403e6aaa8 /tools
parent7e07b24b396459a773aabc20c2f7fab2215752fb (diff)
downloadexternal_llvm-fc4417837a37715d0b8d4fcca6f90a5f3c08acfc.zip
external_llvm-fc4417837a37715d0b8d4fcca6f90a5f3c08acfc.tar.gz
external_llvm-fc4417837a37715d0b8d4fcca6f90a5f3c08acfc.tar.bz2
Remove dead #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llc/llc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index e63260a..30a4880 100644
--- a/tools/llc/llc.cpp
+++ b/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"