[CodeGen] Attempt to fix buildbots broken in r295499.

llvm-svn: 295501
This commit is contained in:
Eugene Zelenko 2017-02-17 22:07:26 +00:00
parent 6db0ecafd7
commit 9676ebec15
1 changed files with 1 additions and 1 deletions

View File

@ -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);