RuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused-variable]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 23 Jul 2014 00:17:44 +0000 (00:17 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 23 Jul 2014 00:17:44 +0000 (00:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213710 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h

index b833bbd0abc047162cb5402d5d6a4dd1c8990ed4..11b6a1392c0277bad72d1b909a986d5487238b62 100644 (file)
@@ -176,6 +176,7 @@ public:
       uint32_t *p = (uint32_t *)LocalAddress;
       assert((*p & 0x3B000000) == 0x39000000 &&
              "Only expected load / store instructions.");
+      (void)p;
     } // fall-through
     case MachO::ARM64_RELOC_PAGEOFF12: {
       // Verify that the relocation points to one of the expected load / store