These forward declarations are not needed.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 16 Mar 2007 08:41:06 +0000 (08:41 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 16 Mar 2007 08:41:06 +0000 (08:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35120 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index 3b596e22320c9ebc1ccd9d110a777d67e748e730..1cb7e6817b2b0a8c480f5a57d0b3840fc64e2a3b 100644 (file)
@@ -24,11 +24,6 @@ namespace llvm {
 
 class MachineInstr;
 class TargetMachine;
-class Value;
-class Type;
-class Instruction;
-class Constant;
-class Function;
 class MachineCodeForInstruction;
 class TargetRegisterClass;
 class LiveVariables;