forked from OSchip/llvm-project
parent
71510f6fb3
commit
2f70bcdb94
|
@ -50,7 +50,6 @@
|
|||
#include "llvm/Support/TargetRegistry.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/ADT/StringSet.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
#include "InstPrinter/PPCInstPrinter.h"
|
||||
using namespace llvm;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include "X86.h"
|
||||
#include "X86MachineFunctionInfo.h"
|
||||
#include "X86TargetMachine.h"
|
||||
#include "llvm/ADT/StringSet.h"
|
||||
#include "llvm/CodeGen/AsmPrinter.h"
|
||||
#include "llvm/CodeGen/MachineModuleInfo.h"
|
||||
#include "llvm/CodeGen/ValueTypes.h"
|
||||
|
|
Loading…
Reference in New Issue