From: Dan Gohman Date: Tue, 18 Nov 2008 01:05:04 +0000 (+0000) Subject: There is no InstrStage class. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e45b6f10e2a0848052fca461568833ed0fa68d40;p=oota-llvm.git There is no InstrStage class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59480 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ScheduleDAG.h b/include/llvm/CodeGen/ScheduleDAG.h index 7c32205163a..40945853680 100644 --- a/include/llvm/CodeGen/ScheduleDAG.h +++ b/include/llvm/CodeGen/ScheduleDAG.h @@ -22,7 +22,6 @@ #include "llvm/ADT/SmallSet.h" namespace llvm { - struct InstrStage; struct SUnit; class MachineConstantPool; class MachineFunction;