aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaISelDAGToDAG.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/Alpha/AlphaISelDAGToDAG.cpp
parentcc4ba7834f81bb3cf89dbc476aa42f6f0f9d625d (diff)
downloadexternal_llvm-f522068412218cd14b2c2df74a3437717d255381.zip
external_llvm-f522068412218cd14b2c2df74a3437717d255381.tar.gz
external_llvm-f522068412218cd14b2c2df74a3437717d255381.tar.bz2
Trim #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57649 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelDAGToDAG.cpp')
-rw-r--r--lib/Target/Alpha/AlphaISelDAGToDAG.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Alpha/AlphaISelDAGToDAG.cpp b/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
index b243da6..e4bd152 100644
--- a/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
+++ b/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
@@ -30,8 +30,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/MathExtras.h"
#include <algorithm>
-#include <queue>
-#include <set>
using namespace llvm;
namespace {