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:
0d90962
)
Fix a typo in AddAliasScopeMetadata
author
Hal Finkel
<hfinkel@anl.gov>
Fri, 29 Aug 2014 16:33:41 +0000
(16:33 +0000)
committer
Hal Finkel
<hfinkel@anl.gov>
Fri, 29 Aug 2014 16:33:41 +0000
(16:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216741
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/InlineFunction.cpp
b/lib/Transforms/Utils/InlineFunction.cpp
index 19a35d68cffea11c1a76a0bed0f28f7d7d3ab12d..d49dc82774efefb07972a789b2be2d9cc04c8863 100644
(file)
--- a/
lib/Transforms/Utils/InlineFunction.cpp
+++ b/
lib/Transforms/Utils/InlineFunction.cpp
@@
-510,7
+510,7
@@
static void AddAliasScopeMetadata(CallSite CS, ValueToValueMapTy &VMap,
ObjSet.insert(O);
}
- // Figure out if we're derived from anyhing that is not a noalias
+ // Figure out if we're derived from any
t
hing that is not a noalias
// argument.
bool CanDeriveViaCapture = false;
for (const Value *V : ObjSet)