[llvm-commits] [llvm] r59480 - /llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h

Dan Gohman gohman at apple.com
Mon Nov 17 17:05:04 PST 2008


Author: djg
Date: Mon Nov 17 19:05:04 2008
New Revision: 59480

URL: http://llvm.org/viewvc/llvm-project?rev=59480&view=rev
Log:
There is no InstrStage class.

Modified:
    llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h

Modified: llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h?rev=59480&r1=59479&r2=59480&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h Mon Nov 17 19:05:04 2008
@@ -22,7 +22,6 @@
 #include "llvm/ADT/SmallSet.h"
 
 namespace llvm {
-  struct InstrStage;
   struct SUnit;
   class MachineConstantPool;
   class MachineFunction;





More information about the llvm-commits mailing list