aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/IPO.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-11-01 16:42:53 +0000
committerDouglas Gregor <dgregor@apple.com>2009-11-01 16:42:53 +0000
commit076124ef26ff67f88663bd11f3b4d6b3d3bb3a9d (patch)
tree50d3cafef4ad8bc95ca5fbb0e3141525eab1c2c3 /lib/Transforms/IPO/IPO.cpp
parent2166f6229042a4d3d65847ebe0d453cd664682ef (diff)
downloadexternal_llvm-076124ef26ff67f88663bd11f3b4d6b3d3bb3a9d.tar.gz
external_llvm-076124ef26ff67f88663bd11f3b4d6b3d3bb3a9d.tar.bz2
external_llvm-076124ef26ff67f88663bd11f3b4d6b3d3bb3a9d.zip
Reverting 85714, 85715, 85716, which are breaking the build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85717 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/IPO.cpp')
-rw-r--r--lib/Transforms/IPO/IPO.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/IPO.cpp b/lib/Transforms/IPO/IPO.cpp
index c3f0d7b5a1..83e8624fe0 100644
--- a/lib/Transforms/IPO/IPO.cpp
+++ b/lib/Transforms/IPO/IPO.cpp
@@ -14,7 +14,6 @@
#include "llvm-c/Transforms/IPO.h"
#include "llvm/PassManager.h"
-#include "llvm/Pass.h"
#include "llvm/Transforms/IPO.h"
using namespace llvm;