Add a missing forward declaration of PassManagerBase.
authorBob Wilson <bob.wilson@apple.com>
Mon, 2 Jul 2012 19:48:18 +0000 (19:48 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 2 Jul 2012 19:48:18 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159566 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/Passes.h

index 206bc2e12361229b5de3531960c7f857bcf5f0f6..b0de2dc632a2ee5f862eb224a96e0d5838c4af4a 100644 (file)
@@ -24,6 +24,7 @@ namespace llvm {
   class FunctionPass;
   class MachineFunctionPass;
   class PassInfo;
+  class PassManagerBase;
   class TargetLowering;
   class TargetRegisterClass;
   class raw_ostream;