summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
diff options
context:
space:
mode:
authorPatrik Hagglund <patrik.h.hagglund@ericsson.com>2014-03-12 08:00:24 +0000
committerPatrik Hagglund <patrik.h.hagglund@ericsson.com>2014-03-12 08:00:24 +0000
commit1da3512166367207be4a025785abfec84bd3fa44 (patch)
tree20347d265fcf296a5ecce55d5844223b82c51cff /llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
parent4f12f10de43624f7e597bcded1b4db2accd243ba (diff)
downloadbcm5719-llvm-1da3512166367207be4a025785abfec84bd3fa44.tar.gz
bcm5719-llvm-1da3512166367207be4a025785abfec84bd3fa44.zip
Replace '#include ValueTypes.h' with forward declarations.
In some cases the include is pushed "downstream" (or removed if unused). llvm-svn: 203644
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp b/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
index f716600f6bb..a20b303d382 100644
--- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
+++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
@@ -27,7 +27,6 @@
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RegisterScavenging.h"
-#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
OpenPOWER on IntegriCloud