Skip to content

Commit 017b9c0

Browse files
[CodeGen] Remove unused declaration RegisterDefIsDead
The corresponding function definition was removed by: commit 6325446 Author: Evan Cheng <[email protected]> Date: Wed Mar 5 00:59:57 2008 +0000
1 parent 546c3d7 commit 017b9c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/include/llvm/CodeGen/LiveVariables.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ class LiveVariables : public MachineFunctionPass {
182182

183183
bool runOnMachineFunction(MachineFunction &MF) override;
184184

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-
189185
//===--------------------------------------------------------------------===//
190186
// API to update live variable information
191187

0 commit comments

Comments
 (0)