summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCJITInfo.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/PPCJITInfo.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/PPCJITInfo.cpp')
-rw-r--r--lib/Target/PowerPC/PPCJITInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCJITInfo.cpp b/lib/Target/PowerPC/PPCJITInfo.cpp
index 41c755bcd9..89c6d4924f 100644
--- a/lib/Target/PowerPC/PPCJITInfo.cpp
+++ b/lib/Target/PowerPC/PPCJITInfo.cpp
@@ -19,7 +19,6 @@
#include "llvm/CodeGen/MachineCodeEmitter.h"
#include "llvm/System/Memory.h"
#include "llvm/Support/Debug.h"
-#include <set>
using namespace llvm;
static TargetJITInfo::JITCompilerFn JITCompilerFunction;