summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/IPO.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-01 15:20:19 +0000
committerDan Gohman <gohman@apple.com>2009-11-01 15:20:19 +0000
commitb2fae7560dcac617d40a83c73c976d4045bfb97f (patch)
tree8d0dfb9a33f9506f72f23ad4bc48cba9e3f09888 /lib/Transforms/IPO/IPO.cpp
parentb2710041fbed34ae888a6fed4172aea92bced1b5 (diff)
downloadllvm-b2fae7560dcac617d40a83c73c976d4045bfb97f.tar.gz
llvm-b2fae7560dcac617d40a83c73c976d4045bfb97f.tar.bz2
llvm-b2fae7560dcac617d40a83c73c976d4045bfb97f.tar.xz
Remove the #include of Pass.h from PassManager.h. This breaks a significant
#include dependency, as frontends commonly pull in PassManager.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85714 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/IPO.cpp')
-rw-r--r--lib/Transforms/IPO/IPO.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/IPO/IPO.cpp b/lib/Transforms/IPO/IPO.cpp
index 83e8624fe0..c3f0d7b5a1 100644
--- a/lib/Transforms/IPO/IPO.cpp
+++ b/lib/Transforms/IPO/IPO.cpp
@@ -14,6 +14,7 @@
#include "llvm-c/Transforms/IPO.h"
#include "llvm/PassManager.h"
+#include "llvm/Pass.h"
#include "llvm/Transforms/IPO.h"
using namespace llvm;