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:
parent
b056ac8df3
commit
09c7bc6096
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user