mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Fix typo in assert message: s/load/store
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197846 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5f2ddd6a0c
commit
efe6aa1adb
@ -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