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:
David Majnemer 2015-07-31 18:13:25 +00:00
parent 73932e5fe3
commit 502829c887
1 changed files with 1 additions and 1 deletions

View File

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