diff options
author | Jay Foad <jay.foad@gmail.com> | 2011-11-15 07:50:46 +0000 |
---|---|---|
committer | Jay Foad <jay.foad@gmail.com> | 2011-11-15 07:50:46 +0000 |
commit | 70679df6647416da57c67df547dc1c3065bd77ac (patch) | |
tree | 3e06017ffa323e4788b3cee5a91625e34435e2bf /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | e5cbd3c3fbe0510d0beffd5d81f5bc7127cc3f57 (diff) | |
download | bcm5719-llvm-70679df6647416da57c67df547dc1c3065bd77ac.tar.gz bcm5719-llvm-70679df6647416da57c67df547dc1c3065bd77ac.zip |
Remove some unnecessary includes of PseudoSourceValue.h.
llvm-svn: 144634
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 38dd7ccb072..497c286f78f 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -28,7 +28,6 @@ #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/CodeGen/MachineModuleInfo.h" -#include "llvm/CodeGen/PseudoSourceValue.h" #include "llvm/Target/TargetRegisterInfo.h" #include "llvm/Target/TargetData.h" #include "llvm/Target/TargetLowering.h" |