1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

[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 ccfd1cb989
commit 012548aff4

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