aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-10-10 00:36:09 +0000
committerDan Gohman <gohman@apple.com>2009-10-10 00:36:09 +0000
commitfe5ef8c515912e0217c2730731f5f0385a14c250 (patch)
tree8a7ea89b96a83322b616e0ad265cde4441b285e7
parent1ef188518b791f048bd10dc1e8d0f62e63086198 (diff)
downloadexternal_llvm-fe5ef8c515912e0217c2730731f5f0385a14c250.zip
external_llvm-fe5ef8c515912e0217c2730731f5f0385a14c250.tar.gz
external_llvm-fe5ef8c515912e0217c2730731f5f0385a14c250.tar.bz2
Remove a no-longer-necessary #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83697 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/X86InstrInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86InstrInfo.cpp b/lib/Target/X86/X86InstrInfo.cpp
index 56de6d9..0d29aa9 100644
--- a/lib/Target/X86/X86InstrInfo.cpp
+++ b/lib/Target/X86/X86InstrInfo.cpp
@@ -18,7 +18,6 @@
#include "X86MachineFunctionInfo.h"
#include "X86Subtarget.h"
#include "X86TargetMachine.h"
-#include "llvm/GlobalVariable.h"
#include "llvm/DerivedTypes.h"
#include "llvm/LLVMContext.h"
#include "llvm/ADT/STLExtras.h"