From 7b0a2046d495ee203c567e30c009a9dc14117938 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 1 May 2004 21:29:16 +0000 Subject: [PATCH] Remove unused #include llvm-svn: 13304 --- llvm/lib/Target/X86/InstSelectSimple.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/X86/InstSelectSimple.cpp b/llvm/lib/Target/X86/InstSelectSimple.cpp index 90d4bae0dc6e..a9befc6069df 100644 --- a/llvm/lib/Target/X86/InstSelectSimple.cpp +++ b/llvm/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;