summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-05-01 21:29:16 +0000
committerChris Lattner <sabre@nondot.org>2004-05-01 21:29:16 +0000
commit77993632a16813efe6c951a46fc82cb226515480 (patch)
tree53e6f9e95f46d72a823b208e700b8690ae574f6e /lib
parent2268684f6fef2ef7e5b523d21dbd376f09ec1174 (diff)
downloadexternal_llvm-77993632a16813efe6c951a46fc82cb226515480.zip
external_llvm-77993632a16813efe6c951a46fc82cb226515480.tar.gz
external_llvm-77993632a16813efe6c951a46fc82cb226515480.tar.bz2
Remove unused #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13304 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/InstSelectSimple.cpp1
-rw-r--r--lib/Target/X86/X86ISelSimple.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/X86/InstSelectSimple.cpp b/lib/Target/X86/InstSelectSimple.cpp
index 90d4bae..a9befc6 100644
--- a/lib/Target/X86/InstSelectSimple.cpp
+++ b/lib/Target/X86/InstSelectSimple.cpp
@@ -28,7 +28,6 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/InstVisitor.h"
-#include "llvm/Support/CFG.h"
#include "Support/Statistic.h"
using namespace llvm;
diff --git a/lib/Target/X86/X86ISelSimple.cpp b/lib/Target/X86/X86ISelSimple.cpp
index 90d4bae..a9befc6 100644
--- a/lib/Target/X86/X86ISelSimple.cpp
+++ b/lib/Target/X86/X86ISelSimple.cpp
@@ -28,7 +28,6 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/InstVisitor.h"
-#include "llvm/Support/CFG.h"
#include "Support/Statistic.h"
using namespace llvm;