projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b73a711
)
Remove an unneeded header and forward declaration
author
Nate Begeman
<natebegeman@mac.com>
Fri, 13 Aug 2004 09:33:17 +0000
(09:33 +0000)
committer
Nate Begeman
<natebegeman@mac.com>
Fri, 13 Aug 2004 09:33:17 +0000
(09:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15722
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCTargetMachine.h
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCTargetMachine.h
b/lib/Target/PowerPC/PPCTargetMachine.h
index b2f82aa9868b3739ba51bf00a58e9922ae20258b..650f5cb0cc3af267d301a623e72bf57f1718b44f 100644
(file)
--- a/
lib/Target/PowerPC/PPCTargetMachine.h
+++ b/
lib/Target/PowerPC/PPCTargetMachine.h
@@
-18,11
+18,9
@@
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/PassManager.h"
#include "PowerPCTargetMachine.h"
-#include <set>
namespace llvm {
-class GlobalValue;
class IntrinsicLowering;
class PPC32TargetMachine : public PowerPCTargetMachine {