mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43129 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
44b38f2e2c
commit
53336cb47e
@ -601,7 +601,7 @@ static Value *getAISize(Value *Amt) {
|
|||||||
Amt = ConstantInt::get(Type::Int32Ty, 1);
|
Amt = ConstantInt::get(Type::Int32Ty, 1);
|
||||||
else {
|
else {
|
||||||
assert(!isa<BasicBlock>(Amt) &&
|
assert(!isa<BasicBlock>(Amt) &&
|
||||||
"Passed basic block into allocation size parameter! Ue other ctor");
|
"Passed basic block into allocation size parameter! Use other ctor");
|
||||||
assert(Amt->getType() == Type::Int32Ty &&
|
assert(Amt->getType() == Type::Int32Ty &&
|
||||||
"Malloc/Allocation array size is not a 32-bit integer!");
|
"Malloc/Allocation array size is not a 32-bit integer!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user