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 | 09d3fdc254c0b922c38f7c2bcad27c02fa0904f3 (patch) | |
tree | f983ee679532934e69a181ec6345405d16eb7b33 /lib/Target/PowerPC/PPCISelLowering.cpp | |
parent | 11f6d3b478c4fa09d126833c57fbac1d795ead31 (diff) |
Remove unnecessary #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index 000cfc3f2c..d4f824108b 100644 --- a/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/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" |