summaryrefslogtreecommitdiff
path: root/tools/llc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-05 00:21:37 +0000
committerChris Lattner <sabre@nondot.org>2006-01-05 00:21:37 +0000
commit7ac534f2343c033f7f583502b10b5d2a1639faf2 (patch)
treec13cccf26d284a3d357ce18aed275024bd4f269b /tools/llc
parentb2efb853f00d45b1c8d57f92acd0028fbdeffda6 (diff)
downloadllvm-7ac534f2343c033f7f583502b10b5d2a1639faf2.tar.gz
llvm-7ac534f2343c033f7f583502b10b5d2a1639faf2.tar.bz2
llvm-7ac534f2343c033f7f583502b10b5d2a1639faf2.tar.xz
remove unused header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25101 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc')
-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 4f36bbd858..892092591e 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -27,7 +27,6 @@
#include "llvm/Support/FileUtilities.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/System/Signals.h"
-#include "llvm/CodeGen/MachineDebugInfo.h"
#include "llvm/Config/config.h"
#include <fstream>
#include <iostream>