diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-01 21:29:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-01 21:29:16 +0000 |
commit | 77993632a16813efe6c951a46fc82cb226515480 (patch) | |
tree | 53e6f9e95f46d72a823b208e700b8690ae574f6e /lib | |
parent | 2268684f6fef2ef7e5b523d21dbd376f09ec1174 (diff) | |
download | external_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.cpp | 1 | ||||
-rw-r--r-- | lib/Target/X86/X86ISelSimple.cpp | 1 |
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; |