From: Juergen Ributzka Date: Tue, 22 Jul 2014 22:02:19 +0000 (+0000) Subject: Appease the buildbots. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e957cf714c57bc018f5db83220857aad354f957;p=platform%2Fupstream%2Fllvm.git Appease the buildbots. llvm-svn: 213694 --- diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h b/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h index 7043ba3..b833bbd 100644 --- a/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h +++ b/llvm/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