From: Juergen Ributzka Date: Tue, 22 Jul 2014 22:02:19 +0000 (+0000) Subject: Appease the buildbots. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d3e2d81592e4810d05e79d247397f393976af027;p=oota-llvm.git Appease the buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213694 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h b/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h index 7043ba36f42..b833bbd0abc 100644 --- a/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h +++ b/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h @@ -84,6 +84,7 @@ public: // Verify that the relocation points to one of the expected load / store // instructions. uint32_t *p = (uint32_t *)LocalAddress; + (void)p; assert((*p & 0x3B000000) == 0x39000000 && "Only expected load / store instructions."); } // fall-through