diff options
Diffstat (limited to 'clang/lib/CodeGen/CGExprScalar.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGExprScalar.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CGExprScalar.cpp b/clang/lib/CodeGen/CGExprScalar.cpp index 33c5a6124bd..dd8b30041e7 100644 --- a/clang/lib/CodeGen/CGExprScalar.cpp +++ b/clang/lib/CodeGen/CGExprScalar.cpp @@ -176,11 +176,6 @@ public: if (!VType) return Visit(E->getInit(0)); - if (E->hadDesignators()) { - CGF.ErrorUnsupported(E, "initializer list with designators"); - return llvm::UndefValue::get(CGF.ConvertType(E->getType())); - } - unsigned NumVectorElements = VType->getNumElements(); const llvm::Type *ElementType = VType->getElementType(); |