commit | de123822e5cc9a7d09b12166439cfd35a6c9ed62 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Oct 15 21:58:54 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Oct 15 21:58:54 2005 +0000 |
tree | 97d98376cfb50029255090dfec10d01e9d4a9540 | |
parent | 75c9f6737080af3e0c4a772f9c314f1a6fa2c91d [diff] [blame] |
prune #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23752 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCCodeEmitter.cpp b/lib/Target/PowerPC/PPCCodeEmitter.cpp index 5045c68..d6f2f75 100644 --- a/lib/Target/PowerPC/PPCCodeEmitter.cpp +++ b/lib/Target/PowerPC/PPCCodeEmitter.cpp
@@ -16,6 +16,7 @@ #include "PPCRelocations.h" #include "PPC.h" #include "llvm/Module.h" +#include "llvm/PassManager.h" #include "llvm/CodeGen/MachineCodeEmitter.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstrBuilder.h"