diff options
-rw-r--r-- | Sema/SemaDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sema/SemaDecl.cpp b/Sema/SemaDecl.cpp index c3726725f8..cf52817cb9 100644 --- a/Sema/SemaDecl.cpp +++ b/Sema/SemaDecl.cpp @@ -1747,7 +1747,7 @@ QualType Sema::HandleVectorTypeAttribute(QualType curType, if (canonType->isPointerType() || canonType->isArrayType() || canonType->isFunctionType()) { - assert(1 && "HandleVector(): Complex type construction unimplemented"); + assert(0 && "HandleVector(): Complex type construction unimplemented"); /* FIXME: rebuild the type from the inside out, vectorizing the inner type. do { if (PointerType *PT = dyn_cast<PointerType>(canonType)) |