From: Evan Cheng Date: Fri, 16 Mar 2007 08:41:06 +0000 (+0000) Subject: These forward declarations are not needed. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2864eee7a322610a8dc5f01e450a5e1ca477f7e7;p=oota-llvm.git These forward declarations are not needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35120 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index 3b596e22320..1cb7e6817b2 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -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;