Remove an unnecessary header from this file. I don't think this header

was really intended, and it may have been required prior to some of the
recent refactors. Including it however causes LLVMX86Desc to need
symbols from LLVMX86CodeGen, forming a dependency cycle. This was masked
in almost all builds: Clang, and GCC w/ optimizations didn't actually
emit the symbols!

llvm-svn: 135242
This commit is contained in:
Chandler Carruth 2011-07-15 04:16:38 +00:00
parent 105f8db1f6
commit 65667dbf2d
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "X86MCAsmInfo.h"
#include "X86TargetMachine.h"
#include "llvm/ADT/Triple.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"