mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
Attempt to appease the MSVC build bots
They don't seem to care for initializing an ArrayRef with a std::initializer_list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243769 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
207cfe14a9
commit
4c43d5bdfa
@ -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…
x
Reference in New Issue
Block a user