summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Verifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/VMCore/Verifier.cpp')
-rw-r--r--llvm/lib/VMCore/Verifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Verifier.cpp b/llvm/lib/VMCore/Verifier.cpp
index 484dfd115f3..bf9ebeaccf2 100644
--- a/llvm/lib/VMCore/Verifier.cpp
+++ b/llvm/lib/VMCore/Verifier.cpp
@@ -720,7 +720,7 @@ void Verifier::visitBinaryOperator(BinaryOperator &B) {
&B);
Assert1(B.getType()->isInteger() || B.getType()->isFloatingPoint() ||
isa<VectorType>(B.getType()),
- "Arithmetic operators must have integer, fp, or packed type!", &B);
+ "Arithmetic operators must have integer, fp, or vector type!", &B);
break;
}
OpenPOWER on IntegriCloud