diff options
author | Dan Gohman <gohman@apple.com> | 2008-06-22 19:21:26 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-06-22 19:21:26 +0000 |
commit | 1f2b2a4abe95d8602bacffbfb4c6e4c797b9e437 (patch) | |
tree | 4cdcc8db688a4e3ec03d618461830107c00f9065 /llvm/lib/Target/PowerPC/PPCISelLowering.cpp | |
parent | 0e4cf89f1ade7c6cab22384bca4568839fdc8866 (diff) | |
download | bcm5719-llvm-1f2b2a4abe95d8602bacffbfb4c6e4c797b9e437.tar.gz bcm5719-llvm-1f2b2a4abe95d8602bacffbfb4c6e4c797b9e437.zip |
Remove unnecessary #includes.
llvm-svn: 52613
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index 000cfc3f2cd..d4f824108be 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -18,7 +18,6 @@ #include "PPCPerfectShuffle.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/VectorExtras.h" -#include "llvm/Analysis/ScalarEvolutionExpressions.h" #include "llvm/CodeGen/CallingConvLower.h" #include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/CodeGen/MachineFunction.h" |