OSDN Git Service

trim some prototypes.
authorChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2010 06:21:01 +0000 (06:21 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2010 06:21:01 +0000 (06:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100420 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/ScheduleDAG.h

index b3b4c75..8d33665 100644 (file)
@@ -27,7 +27,6 @@ class MachineBasicBlock;
 class MachineConstantPool;
 class MachineFunction;
 class MachineFrameInfo;
-class MachineModuleInfo;
 class MachineRegisterInfo;
 class TargetData;
 class TargetInstrInfo;
index 81e9ab3..9563d08 100644 (file)
@@ -27,7 +27,6 @@ namespace llvm {
   class SUnit;
   class MachineConstantPool;
   class MachineFunction;
-  class MachineModuleInfo;
   class MachineRegisterInfo;
   class MachineInstr;
   class TargetRegisterInfo;