forked from OSchip/llvm-project
Attempt to appease the MSVC build bots
They don't seem to care for initializing an ArrayRef with a std::initializer_list. llvm-svn: 243769
This commit is contained in:
parent
73932e5fe3
commit
502829c887
|
@ -3880,7 +3880,7 @@ protected:
|
|||
|
||||
public:
|
||||
static TerminatePadInst *Create(LLVMContext &C, BasicBlock *BB = nullptr,
|
||||
ArrayRef<Value *> Args = {},
|
||||
ArrayRef<Value *> Args = None,
|
||||
const Twine &NameStr = "",
|
||||
Instruction *InsertBefore = nullptr) {
|
||||
unsigned Values = unsigned(Args.size());
|
||||
|
|
Loading…
Reference in New Issue