mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 08:26:29 +00:00
Fix typo in assert message: s/load/store
llvm-svn: 197846
This commit is contained in:
parent
93009f4fee
commit
b8f78c7744
@ -1083,7 +1083,7 @@ void StoreInst::AssertOK() {
|
||||
cast<PointerType>(getOperand(1)->getType())->getElementType()
|
||||
&& "Ptr must be a pointer to Val type!");
|
||||
assert(!(isAtomic() && getAlignment() == 0) &&
|
||||
"Alignment required for atomic load");
|
||||
"Alignment required for atomic store");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user