summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ScheduleDAG.h
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-01-22 20:36:43 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-01-22 20:36:43 +0000
commitca5ca41a635d361604a74ea8f6dd447093a0b681 (patch)
tree5f1112b28ddf8616ec56811d0e98446108dcf760 /include/llvm/CodeGen/ScheduleDAG.h
parenta3818e6f9a62db0c5b6aee28e44c30d5f96c9fa4 (diff)
downloadllvm-ca5ca41a635d361604a74ea8f6dd447093a0b681.tar.gz
llvm-ca5ca41a635d361604a74ea8f6dd447093a0b681.tar.bz2
llvm-ca5ca41a635d361604a74ea8f6dd447093a0b681.tar.xz
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
Diffstat (limited to 'include/llvm/CodeGen/ScheduleDAG.h')
-rw-r--r--include/llvm/CodeGen/ScheduleDAG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ScheduleDAG.h b/include/llvm/CodeGen/ScheduleDAG.h
index c3e973113e..37f33a1a2f 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;