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 eeb4636 commit 2d9be9eCopy full SHA for 2d9be9e
llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
@@ -801,7 +801,7 @@ class VarLocBasedLDV : public LDVImpl {
801
/// had their instruction creation deferred.
802
void flushPendingLocs(VarLocInMBB &PendingInLocs, VarLocMap &VarLocIDs);
803
804
- bool ExtendRanges(MachineFunction &MF, TargetPassConfig *TPC);
+ bool ExtendRanges(MachineFunction &MF, TargetPassConfig *TPC) override;
805
806
public:
807
/// Default construct and initialize the pass.
0 commit comments