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 546c3d7 commit 017b9c0Copy full SHA for 017b9c0
llvm/include/llvm/CodeGen/LiveVariables.h
@@ -182,10 +182,6 @@ class LiveVariables : public MachineFunctionPass {
182
183
bool runOnMachineFunction(MachineFunction &MF) override;
184
185
- /// RegisterDefIsDead - Return true if the specified instruction defines the
186
- /// specified register, but that definition is dead.
187
- bool RegisterDefIsDead(MachineInstr &MI, Register Reg) const;
188
-
189
//===--------------------------------------------------------------------===//
190
// API to update live variable information
191
0 commit comments