Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion llvm/lib/CodeGen/VirtRegMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ class VirtRegRewriter {
MCRegister PhysReg, const MachineInstr &MI) const;

public:
static char ID;
VirtRegRewriter(bool ClearVirtRegs, SlotIndexes *Indexes, LiveIntervals *LIS,
LiveRegMatrix *LRM, VirtRegMap *VRM,
LiveDebugVariables *DebugVars)
Expand Down
2 changes: 1 addition & 1 deletion llvm/lib/Passes/PassBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ Expected<bool> parseMachineBlockPlacementPassOptions(StringRef Params) {
inconvertibleErrorCode());
}
return AllowTailMerge;
};
}

Expected<bool> parseVirtRegRewriterPassOptions(StringRef Params) {
bool ClearVirtRegs = true;
Expand Down