From 2836c283bb1c14baa50994f60769d665da608ad7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 16 Jan 2009 01:33:36 +0000 Subject: Initial hazard recognizer support in post-pass scheduling. This includes a new toy hazard recognizier heuristic which attempts to direct the scheduler to avoid clumping large groups of loads or stores too densely. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62291 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCHazardRecognizers.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Target/PowerPC/PPCHazardRecognizers.h') diff --git a/lib/Target/PowerPC/PPCHazardRecognizers.h b/lib/Target/PowerPC/PPCHazardRecognizers.h index a596255..74bf8e5 100644 --- a/lib/Target/PowerPC/PPCHazardRecognizers.h +++ b/lib/Target/PowerPC/PPCHazardRecognizers.h @@ -51,7 +51,6 @@ public: virtual HazardType getHazardType(SUnit *SU); virtual void EmitInstruction(SUnit *SU); virtual void AdvanceCycle(); - virtual void EmitNoop(); private: /// EndDispatchGroup - Called when we are finishing a new dispatch group. -- cgit v1.1