summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/FastISel.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 06:21:01 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 06:21:01 +0000
commitb742b258971d64512e43e2181ee09388b6a38741 (patch)
treedc65b5fddce80059ebdb87647334f11e7e2b7628 /include/llvm/CodeGen/FastISel.h
parent512063dd0f91a76b9dd904dfff72a52b4d09e89f (diff)
downloadllvm-b742b258971d64512e43e2181ee09388b6a38741.tar.gz
llvm-b742b258971d64512e43e2181ee09388b6a38741.tar.bz2
llvm-b742b258971d64512e43e2181ee09388b6a38741.tar.xz
trim some prototypes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/FastISel.h')
-rw-r--r--include/llvm/CodeGen/FastISel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h
index b3b4c75cab..8d33665441 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/include/llvm/CodeGen/FastISel.h
@@ -27,7 +27,6 @@ class MachineBasicBlock;
class MachineConstantPool;
class MachineFunction;
class MachineFrameInfo;
-class MachineModuleInfo;
class MachineRegisterInfo;
class TargetData;
class TargetInstrInfo;