forked from OSchip/llvm-project
Amend r302535; ifndef and ifdef are different, as it turns out.
llvm-svn: 302537
This commit is contained in:
parent
9660d4d328
commit
3234647df6
|
@ -13,7 +13,7 @@
|
|||
#include "ARM.h"
|
||||
#include "ARMCallLowering.h"
|
||||
#include "ARMLegalizerInfo.h"
|
||||
#ifndef LLVM_BUILD_GLOBAL_ISEL
|
||||
#ifdef LLVM_BUILD_GLOBAL_ISEL
|
||||
#include "ARMRegisterBankInfo.h"
|
||||
#endif
|
||||
#include "ARMSubtarget.h"
|
||||
|
|
Loading…
Reference in New Issue