]> granicus.if.org Git - llvm/commitdiff
[CodeGen] Attempt to fix buildbots broken in r295499.
authorEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 17 Feb 2017 22:07:26 +0000 (22:07 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 17 Feb 2017 22:07:26 +0000 (22:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295501 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LowLevelType.h

index a505eabf93ef1b21b6796a1dbbca402aaa815b33..77c72efe9d21c3a4b4b2bc59e90134a7bc029f62 100644 (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);