1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Remove unneeded forward decls

llvm-svn: 31754
This commit is contained in:
Chris Lattner 2006-11-15 17:53:13 +00:00
parent 286bb6e482
commit 1453db28c3
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ namespace llvm {
class X86TargetMachine;
class FunctionPassManager;
class FunctionPass;
class IntrinsicLowering;
class MachineCodeEmitter;
/// createX86ISelDag - This pass converts a legalized DAG into a

View File

@ -18,7 +18,6 @@
namespace llvm {
class X86TargetMachine;
class IntrinsicLowering;
class X86JITInfo : public TargetJITInfo {
X86TargetMachine &TM;