[AArch64] Get rid of some GlobalISel ifdefs.

llvm-svn: 265725
This commit is contained in:
Quentin Colombet 2016-04-07 21:24:40 +00:00
parent 5d92af65d3
commit 846219ae10
1 changed files with 1 additions and 3 deletions

View File

@ -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"