From fc4417837a37715d0b8d4fcca6f90a5f3c08acfc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 23 Jan 2006 00:38:14 +0000 Subject: [PATCH] Remove dead #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25520 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/llc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index e63260a3495..30a4880bb74 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"