aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-12-12 22:25:09 +0000
committerDan Gohman <gohman@apple.com>2007-12-12 22:25:09 +0000
commit8d2ed33f6f16850a7062d1fb5ab66fd025f301e8 (patch)
tree268dc303e8f9151fb920d4cc90d64c4859facec5
parent890813243f9b4f5aa9c6d5ab79ffe948458197ab (diff)
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
-rw-r--r--include/llvm/Target/TargetInstrInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h
index 2ca75134aa..7fe0c8d3b7 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;