mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-24 08:24:33 +00:00
[C++] Use 'nullptr'. Target edition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -49,8 +49,8 @@ class SparcCodeEmitter : public MachineFunctionPass {
|
||||
|
||||
public:
|
||||
SparcCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
|
||||
: MachineFunctionPass(ID), JTI(0), II(0), TD(0),
|
||||
TM(tm), MCE(mce), MCPEs(0),
|
||||
: MachineFunctionPass(ID), JTI(nullptr), II(nullptr), TD(nullptr),
|
||||
TM(tm), MCE(mce), MCPEs(nullptr),
|
||||
IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
|
||||
|
||||
bool runOnMachineFunction(MachineFunction &MF);
|
||||
|
Reference in New Issue
Block a user