[llvm-commits] [llvm] r100420 - in /llvm/trunk/include/llvm/CodeGen: FastISel.h ScheduleDAG.h

Chris Lattner sabre at nondot.org
Sun Apr 4 23:21:01 PDT 2010


Author: lattner
Date: Mon Apr  5 01:21:01 2010
New Revision: 100420

URL: http://llvm.org/viewvc/llvm-project?rev=100420&view=rev
Log:
trim some prototypes.

Modified:
    llvm/trunk/include/llvm/CodeGen/FastISel.h
    llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h

Modified: llvm/trunk/include/llvm/CodeGen/FastISel.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/FastISel.h?rev=100420&r1=100419&r2=100420&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/FastISel.h (original)
+++ llvm/trunk/include/llvm/CodeGen/FastISel.h Mon Apr  5 01:21:01 2010
@@ -27,7 +27,6 @@
 class MachineConstantPool;
 class MachineFunction;
 class MachineFrameInfo;
-class MachineModuleInfo;
 class MachineRegisterInfo;
 class TargetData;
 class TargetInstrInfo;

Modified: llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h?rev=100420&r1=100419&r2=100420&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h Mon Apr  5 01:21:01 2010
@@ -27,7 +27,6 @@
   class SUnit;
   class MachineConstantPool;
   class MachineFunction;
-  class MachineModuleInfo;
   class MachineRegisterInfo;
   class MachineInstr;
   class TargetRegisterInfo;





More information about the llvm-commits mailing list