From: Chris Lattner Date: Sat, 1 May 2004 21:29:16 +0000 (+0000) Subject: Remove unused #include X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=77993632a16813efe6c951a46fc82cb226515480;p=oota-llvm.git Remove unused #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13304 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/InstSelectSimple.cpp b/lib/Target/X86/InstSelectSimple.cpp index 90d4bae0dc6..a9befc6069d 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 90d4bae0dc6..a9befc6069d 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;