From: John Thompson Date: Tue, 20 Apr 2010 23:21:17 +0000 (+0000) Subject: Fix comment to reflect recent code change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3afbeaa68624178a7a78cc20932351eb1f9f10d;p=clang Fix comment to reflect recent code change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101960 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaInit.cpp b/lib/Sema/SemaInit.cpp index 981d5831b0..a99f513609 100644 --- a/lib/Sema/SemaInit.cpp +++ b/lib/Sema/SemaInit.cpp @@ -884,7 +884,7 @@ void InitListChecker::CheckVectorType(const InitializedEntity &Entity, } } - // OpenCL & AltiVec require all elements to be initialized. + // OpenCL requires all elements to be initialized. if (numEltsInit != maxElements) if (SemaRef.getLangOptions().OpenCL) SemaRef.Diag(IList->getSourceRange().getBegin(),