From: Dan Gohman Date: Wed, 12 Dec 2007 22:25:09 +0000 (+0000) Subject: Remove a forward-declaration for a non-existant class. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8d2ed33f6f16850a7062d1fb5ab66fd025f301e8;p=oota-llvm.git Remove a forward-declaration for a non-existant class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44955 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index 2ca75134aa4..7fe0c8d3b77 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -24,7 +24,6 @@ namespace llvm { class MachineInstr; class TargetMachine; -class MachineCodeForInstruction; class TargetRegisterClass; class LiveVariables;