From 3234647df61e1fb10363ec6299e4ac13e0cdbce0 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 9 May 2017 15:12:03 +0000 Subject: [PATCH] Amend r302535; ifndef and ifdef are different, as it turns out. llvm-svn: 302537 --- llvm/lib/Target/ARM/ARMTargetMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/ARM/ARMTargetMachine.cpp b/llvm/lib/Target/ARM/ARMTargetMachine.cpp index 4f2b926..5583d61 100644 --- a/llvm/lib/Target/ARM/ARMTargetMachine.cpp +++ b/llvm/lib/Target/ARM/ARMTargetMachine.cpp @@ -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" -- 2.7.4