PassManager is now in it's own header file
authorChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 00:46:22 +0000 (00:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 00:46:22 +0000 (00:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1608 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gccas/gccas.cpp

index 60da2be14c12387cdfc245aa5566c052db3911b1..4cb5d15630d879fbf9eab8760e37fd0997b23ce8 100644 (file)
@@ -8,6 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Module.h"
+#include "llvm/PassManager.h"
 #include "llvm/Assembly/Parser.h"
 #include "llvm/Transforms/CleanupGCCOutput.h"
 #include "llvm/Transforms/LevelChange.h"