[llvm] r213694 - Appease the buildbots.
Juergen Ributzka
juergen at apple.com
Tue Jul 22 15:02:20 PDT 2014
Author: ributzka
Date: Tue Jul 22 17:02:19 2014
New Revision: 213694
URL: http://llvm.org/viewvc/llvm-project?rev=213694&view=rev
Log:
Appease the buildbots.
Modified:
llvm/trunk/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
Modified: llvm/trunk/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h?rev=213694&r1=213693&r2=213694&view=diff
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h (original)
+++ llvm/trunk/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h Tue Jul 22 17:02:19 2014
@@ -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
More information about the llvm-commits
mailing list