summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86CallLowering.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/X86/X86CallLowering.h')
-rw-r--r--llvm/lib/Target/X86/X86CallLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86CallLowering.h b/llvm/lib/Target/X86/X86CallLowering.h
index 97d12e8c740..4426faeac93 100644
--- a/llvm/lib/Target/X86/X86CallLowering.h
+++ b/llvm/lib/Target/X86/X86CallLowering.h
@@ -37,7 +37,7 @@ public:
bool lowerCall(MachineIRBuilder &MIRBuilder, CallingConv::ID CallConv,
const MachineOperand &Callee, const ArgInfo &OrigRet,
ArrayRef<ArgInfo> OrigArgs,
- const MDNode *KnownCallees) const override;
+ const MDNode *KnownCallees = nullptr) const override;
private:
/// A function of this type is used to perform value split action.
OpenPOWER on IntegriCloud