forked from OSchip/llvm-project
[AArch64] Get rid of some GlobalISel ifdefs.
llvm-svn: 265725
This commit is contained in:
parent
5d92af65d3
commit
846219ae10
|
@ -16,9 +16,7 @@
|
|||
#include "AArch64TargetMachine.h"
|
||||
#include "AArch64TargetObjectFile.h"
|
||||
#include "AArch64TargetTransformInfo.h"
|
||||
#ifdef LLVM_BUILD_GLOBAL_ISEL
|
||||
# include "llvm/CodeGen/GlobalISel/IRTranslator.h"
|
||||
#endif
|
||||
#include "llvm/CodeGen/GlobalISel/IRTranslator.h"
|
||||
#include "llvm/CodeGen/GlobalISel/RegBankSelect.h"
|
||||
#include "llvm/CodeGen/Passes.h"
|
||||
#include "llvm/CodeGen/RegAllocRegistry.h"
|
||||
|
|
Loading…
Reference in New Issue