From 67a8a7b3bd5afefc8057e365bd5f5c7330b3dd1a Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Thu, 29 Oct 2009 19:17:04 +0000 Subject: Fix a couple of bugs in aggressive anti-dep breaking. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85522 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AggressiveAntiDepBreaker.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/CodeGen/AggressiveAntiDepBreaker.h') diff --git a/lib/CodeGen/AggressiveAntiDepBreaker.h b/lib/CodeGen/AggressiveAntiDepBreaker.h index abda1365ef..720f39080f 100644 --- a/lib/CodeGen/AggressiveAntiDepBreaker.h +++ b/lib/CodeGen/AggressiveAntiDepBreaker.h @@ -159,6 +159,7 @@ namespace llvm { /// return that register and all subregisters. void GetPassthruRegs(MachineInstr *MI, std::set& PassthruRegs); + void HandleLastUse(unsigned Reg, unsigned KillIdx, const char *tag); void PrescanInstruction(MachineInstr *MI, unsigned Count, std::set& PassthruRegs); void ScanInstruction(MachineInstr *MI, unsigned Count); -- cgit v1.2.3