mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
Fix typeo in assertion message
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3641 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1b9029c2f2
commit
712653908e
@ -336,7 +336,7 @@ void Verifier::visitBinaryOperator(BinaryOperator &B) {
|
||||
"Arithmetic operators must have same type for operands and result!",
|
||||
&B);
|
||||
Assert1(B.getType()->isInteger() || B.getType()->isFloatingPoint(),
|
||||
"Arithmetic oeprators must have integer or fp type!", &B);
|
||||
"Arithmetic operators must have integer or fp type!", &B);
|
||||
}
|
||||
|
||||
visitInstruction(B);
|
||||
|
Loading…
Reference in New Issue
Block a user