[llvm] r295501 - [CodeGen] Attempt to fix buildbots broken in r295499.

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 14:07:27 PST 2017


Author: eugenezelenko
Date: Fri Feb 17 16:07:26 2017
New Revision: 295501

URL: http://llvm.org/viewvc/llvm-project?rev=295501&view=rev
Log:
[CodeGen] Attempt to fix buildbots broken in r295499.

Modified:
    llvm/trunk/include/llvm/CodeGen/LowLevelType.h

Modified: llvm/trunk/include/llvm/CodeGen/LowLevelType.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LowLevelType.h?rev=295501&r1=295500&r2=295501&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LowLevelType.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LowLevelType.h Fri Feb 17 16:07:26 2017
@@ -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);




More information about the llvm-commits mailing list