aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetInstrInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-16 08:41:06 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-16 08:41:06 +0000
commit2864eee7a322610a8dc5f01e450a5e1ca477f7e7 (patch)
tree8a8eecec05ff1c02cd05c734960fc2b54b84c8b7 /include/llvm/Target/TargetInstrInfo.h
parent4c70875774e504ace6c7facfb6d49bd9116e6630 (diff)
downloadexternal_llvm-2864eee7a322610a8dc5f01e450a5e1ca477f7e7.zip
external_llvm-2864eee7a322610a8dc5f01e450a5e1ca477f7e7.tar.gz
external_llvm-2864eee7a322610a8dc5f01e450a5e1ca477f7e7.tar.bz2
These forward declarations are not needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetInstrInfo.h')
-rw-r--r--include/llvm/Target/TargetInstrInfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h
index 3b596e2..1cb7e68 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;