mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
fix typo
llvm-svn: 43129
This commit is contained in:
parent
e047abe2b4
commit
80a2b5e53b
@ -601,7 +601,7 @@ static Value *getAISize(Value *Amt) {
|
||||
Amt = ConstantInt::get(Type::Int32Ty, 1);
|
||||
else {
|
||||
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 &&
|
||||
"Malloc/Allocation array size is not a 32-bit integer!");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user