From: Eugene Zelenko Date: Fri, 17 Feb 2017 22:07:26 +0000 (+0000) Subject: [CodeGen] Attempt to fix buildbots broken in r295499. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc5aad66cad435d033ffbe7429c4be63741678cb;p=llvm [CodeGen] Attempt to fix buildbots broken in r295499. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295501 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LowLevelType.h b/include/llvm/CodeGen/LowLevelType.h index a505eabf93e..77c72efe9d2 100644 --- a/include/llvm/CodeGen/LowLevelType.h +++ b/include/llvm/CodeGen/LowLevelType.h @@ -55,7 +55,7 @@ public: "invalid number of vector elements"); } - explicit LLT() = default; + LLT() = default; /// Construct a low-level type based on an LLVM type. explicit LLT(Type &Ty, const DataLayout &DL);