We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3be859 commit 6ebc508Copy full SHA for 6ebc508
llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h
@@ -46,7 +46,7 @@ class LLVM_LIBRARY_VISIBILITY NVPTXDAGToDAGISel : public SelectionDAGISel {
46
return "NVPTX DAG->DAG Pattern Instruction Selection";
47
}
48
bool runOnMachineFunction(MachineFunction &MF) override;
49
- const NVPTXSubtarget *Subtarget;
+ const NVPTXSubtarget *Subtarget = nullptr;
50
51
bool SelectInlineAsmMemoryOperand(const SDValue &Op,
52
unsigned ConstraintID,
0 commit comments