summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-16 20:18:31 +0000
committerDan Gohman <gohman@apple.com>2008-10-16 20:18:31 +0000
commitf522068412218cd14b2c2df74a3437717d255381 (patch)
tree1353cb554e5e6e4da4604b0e2a3cd6fbf495d8d4 /lib/Target/PowerPC/PPCISelDAGToDAG.cpp
parentcc4ba7834f81bb3cf89dbc476aa42f6f0f9d625d (diff)
downloadllvm-f522068412218cd14b2c2df74a3437717d255381.tar.gz
llvm-f522068412218cd14b2c2df74a3437717d255381.tar.bz2
llvm-f522068412218cd14b2c2df74a3437717d255381.tar.xz
Trim #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57649 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelDAGToDAG.cpp')
-rw-r--r--lib/Target/PowerPC/PPCISelDAGToDAG.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
index 56d6a58591..e2ffb31fcc 100644
--- a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
+++ b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
@@ -30,8 +30,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/Compiler.h"
-#include <queue>
-#include <set>
using namespace llvm;
namespace {