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/DAGCombiner.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/DAGCombiner.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 4384db80329..cc7568f7cc1 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -22,7 +22,6 @@ #include "llvm/LLVMContext.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineFrameInfo.h" -#include "llvm/CodeGen/PseudoSourceValue.h" #include "llvm/Analysis/AliasAnalysis.h" #include "llvm/Target/TargetData.h" #include "llvm/Target/TargetLowering.h" |