[PM] Actually include the correct file name. Sorry for the breakage.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 2 Jan 2015 23:25:16 +0000 (23:25 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 2 Jan 2015 23:25:16 +0000 (23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225096 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/PassManager.h

index 04cc530aed769107b7267941136858f069d3cf99..e117b707ce7c87f54b680cc44b7654ad674f0828 100644 (file)
@@ -43,7 +43,7 @@
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/Module.h"
-#include "llvm/IR/PassManagerInternals.h"
+#include "llvm/IR/PassManagerInternal.h"
 #include "llvm/Support/type_traits.h"
 #include <list>
 #include <memory>