diff options
author | Dan Gohman <gohman@apple.com> | 2008-11-18 01:05:04 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-11-18 01:05:04 +0000 |
commit | e2d8e5ff97d260d4cf1fa4e85ebefd7939741d5d (patch) | |
tree | 8d632671a666ee71f8823ab2b8448d0753cdd692 | |
parent | 6b73291462da9526782eef0ebab14b5499c7f285 (diff) | |
download | bcm5719-llvm-e2d8e5ff97d260d4cf1fa4e85ebefd7939741d5d.tar.gz bcm5719-llvm-e2d8e5ff97d260d4cf1fa4e85ebefd7939741d5d.zip |
There is no InstrStage class.
llvm-svn: 59480
-rw-r--r-- | llvm/include/llvm/CodeGen/ScheduleDAG.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/ScheduleDAG.h b/llvm/include/llvm/CodeGen/ScheduleDAG.h index 7c32205163a..40945853680 100644 --- a/llvm/include/llvm/CodeGen/ScheduleDAG.h +++ b/llvm/include/llvm/CodeGen/ScheduleDAG.h @@ -22,7 +22,6 @@ #include "llvm/ADT/SmallSet.h" namespace llvm { - struct InstrStage; struct SUnit; class MachineConstantPool; class MachineFunction; |