forked from OSchip/llvm-project
[CodeGen] Attempt to fix buildbots broken in r295499.
llvm-svn: 295501
This commit is contained in:
parent
6db0ecafd7
commit
9676ebec15
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue