aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-11-18 01:05:04 +0000
committerDan Gohman <gohman@apple.com>2008-11-18 01:05:04 +0000
commite45b6f10e2a0848052fca461568833ed0fa68d40 (patch)
treec5d432799602a929580f0b6f54dba8fe432193a5
parent13877bf6c20621541ff71583c626bda68ef09219 (diff)
There is no InstrStage class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59480 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/ScheduleDAG.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ScheduleDAG.h b/include/llvm/CodeGen/ScheduleDAG.h
index 7c32205163..4094585368 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;