Amend r302535; ifndef and ifdef are different, as it turns out.

llvm-svn: 302537
This commit is contained in:
Aaron Ballman 2017-05-09 15:12:03 +00:00
parent 9660d4d328
commit 3234647df6
1 changed files with 1 additions and 1 deletions

View File

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