projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87df619
)
[PM] Actually include the correct file name. Sorry for the breakage.
author
Chandler Carruth
<chandlerc@gmail.com>
Fri, 2 Jan 2015 23:25:16 +0000
(23:25 +0000)
committer
Chandler 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
patch
|
blob
|
history
diff --git
a/include/llvm/IR/PassManager.h
b/include/llvm/IR/PassManager.h
index 04cc530aed769107b7267941136858f069d3cf99..e117b707ce7c87f54b680cc44b7654ad674f0828 100644
(file)
--- 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/PassManagerInternal
s
.h"
+#include "llvm/IR/PassManagerInternal.h"
#include "llvm/Support/type_traits.h"
#include <list>
#include <memory>