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:
c7c07f6
)
Declare missing dependency on AliasAnalysis. Patch by Liu Xin!
author
Nick Lewycky
<nicholas@mxc.ca>
Thu, 5 Sep 2013 08:19:58 +0000
(08:19 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Thu, 5 Sep 2013 08:19:58 +0000
(08:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190035
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/FunctionAttrs.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/FunctionAttrs.cpp
b/lib/Transforms/IPO/FunctionAttrs.cpp
index 13668838c789e94ceb31eed85e12179664166dfc..20d168056caefddd2c857cfb9c99bdbc82d242ed 100644
(file)
--- a/
lib/Transforms/IPO/FunctionAttrs.cpp
+++ b/
lib/Transforms/IPO/FunctionAttrs.cpp
@@
-136,6
+136,7
@@
namespace {
char FunctionAttrs::ID = 0;
INITIALIZE_PASS_BEGIN(FunctionAttrs, "functionattrs",
"Deduce function attributes", false, false)
+INITIALIZE_AG_DEPENDENCY(AliasAnalysis)
INITIALIZE_AG_DEPENDENCY(CallGraph)
INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfo)
INITIALIZE_PASS_END(FunctionAttrs, "functionattrs",