[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
This commit is contained in:
Chandler Carruth 2015-01-02 23:25:16 +00:00
parent 87df619177
commit fd548d55ac

View 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>