Remove the #include of Pass.h from PassManager.h. This breaks a significant
authorDan Gohman <gohman@apple.com>
Sun, 1 Nov 2009 15:20:19 +0000 (15:20 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 1 Nov 2009 15:20:19 +0000 (15:20 +0000)
commitb2fae7560dcac617d40a83c73c976d4045bfb97f
tree8d0dfb9a33f9506f72f23ad4bc48cba9e3f09888
parentb2710041fbed34ae888a6fed4172aea92bced1b5
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
include/llvm/PassManager.h
include/llvm/PassManagers.h
lib/Transforms/IPO/IPO.cpp
tools/llvm-prof/llvm-prof.cpp