diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-04-05 06:21:01 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-04-05 06:21:01 +0000 |
| commit | 6efe95582487e6af972f22a126cf98b3f71a409e (patch) | |
| tree | 87fcdc4110f27bfff24257b7c055773eb5305fe5 | |
| parent | fb964e57e515ecdf96f18482fda81f15b4452e47 (diff) | |
| download | bcm5719-llvm-6efe95582487e6af972f22a126cf98b3f71a409e.tar.gz bcm5719-llvm-6efe95582487e6af972f22a126cf98b3f71a409e.zip | |
trim some prototypes.
llvm-svn: 100420
| -rw-r--r-- | llvm/include/llvm/CodeGen/FastISel.h | 1 | ||||
| -rw-r--r-- | llvm/include/llvm/CodeGen/ScheduleDAG.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/FastISel.h b/llvm/include/llvm/CodeGen/FastISel.h index b3b4c75cab5..8d336654411 100644 --- a/llvm/include/llvm/CodeGen/FastISel.h +++ b/llvm/include/llvm/CodeGen/FastISel.h @@ -27,7 +27,6 @@ class MachineBasicBlock; class MachineConstantPool; class MachineFunction; class MachineFrameInfo; -class MachineModuleInfo; class MachineRegisterInfo; class TargetData; class TargetInstrInfo; diff --git a/llvm/include/llvm/CodeGen/ScheduleDAG.h b/llvm/include/llvm/CodeGen/ScheduleDAG.h index 81e9ab31529..9563d0811cf 100644 --- a/llvm/include/llvm/CodeGen/ScheduleDAG.h +++ b/llvm/include/llvm/CodeGen/ScheduleDAG.h @@ -27,7 +27,6 @@ namespace llvm { class SUnit; class MachineConstantPool; class MachineFunction; - class MachineModuleInfo; class MachineRegisterInfo; class MachineInstr; class TargetRegisterInfo; |

