mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Fix uninitialized variable warning. NFCI.
This commit is contained in:
parent
6487f7772b
commit
fbeaf767dc
@ -46,7 +46,7 @@ public:
|
||||
return "NVPTX DAG->DAG Pattern Instruction Selection";
|
||||
}
|
||||
bool runOnMachineFunction(MachineFunction &MF) override;
|
||||
const NVPTXSubtarget *Subtarget;
|
||||
const NVPTXSubtarget *Subtarget = nullptr;
|
||||
|
||||
bool SelectInlineAsmMemoryOperand(const SDValue &Op,
|
||||
unsigned ConstraintID,
|
||||
|
Loading…
Reference in New Issue
Block a user