Appease the buildbots.
authorJuergen Ributzka <juergen@apple.com>
Tue, 22 Jul 2014 22:02:19 +0000 (22:02 +0000)
committerJuergen Ributzka <juergen@apple.com>
Tue, 22 Jul 2014 22:02:19 +0000 (22:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213694 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h

index 7043ba36f4280db535ff2fac874a689a1ffdb515..b833bbd0abc047162cb5402d5d6a4dd1c8990ed4 100644 (file)
@@ -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