From: Chandler Carruth Date: Fri, 2 Jan 2015 23:25:16 +0000 (+0000) Subject: [PM] Actually include the correct file name. Sorry for the breakage. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fd548d55ac4046a7cb4454d4e91ca22c693e67a3;p=oota-llvm.git [PM] Actually include the correct file name. Sorry for the breakage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225096 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/PassManager.h b/include/llvm/IR/PassManager.h index 04cc530aed7..e117b707ce7 100644 --- a/include/llvm/IR/PassManager.h +++ b/include/llvm/IR/PassManager.h @@ -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 #include