1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Appease the buildbots.

llvm-svn: 213694
This commit is contained in:
Juergen Ributzka 2014-07-22 22:02:19 +00:00
parent b056ac8df3
commit 09c7bc6096

View 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