From: Jeff Cohen Date: Sun, 22 Jan 2006 20:36:43 +0000 (+0000) Subject: Visual Studio neurotic about inconsistent class/struct usage. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ca5ca41a635d361604a74ea8f6dd447093a0b681;p=oota-llvm.git Visual Studio neurotic about inconsistent class/struct usage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25506 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ScheduleDAG.h b/include/llvm/CodeGen/ScheduleDAG.h index c3e973113e5..37f33a1a2fc 100644 --- a/include/llvm/CodeGen/ScheduleDAG.h +++ b/include/llvm/CodeGen/ScheduleDAG.h @@ -18,7 +18,7 @@ #include "llvm/CodeGen/SelectionDAG.h" namespace llvm { - class InstrStage; + struct InstrStage; class MachineConstantPool; class MachineDebugInfo; class MachineInstr;