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:
5a56bf6
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Fri, 30 May 2008 00:08:18 +0000
(
00:08
+0000)
committer
Dan Gohman
<gohman@apple.com>
Fri, 30 May 2008 00:08:18 +0000
(
00:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51718
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/LibCallAliasAnalysis.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/LibCallAliasAnalysis.cpp
b/lib/Analysis/LibCallAliasAnalysis.cpp
index 2627d6743d66788bd019fd8763207df9288b7a9f..6c8472b628c019369e589d55962b0b28ea3a404e 100644
(file)
--- a/
lib/Analysis/LibCallAliasAnalysis.cpp
+++ b/
lib/Analysis/LibCallAliasAnalysis.cpp
@@
-56,7
+56,7
@@
namespace {
ModRefResult AnalyzeLibCallDetails(const LibCallFunctionInfo *FI,
CallSite CS, Value *P, unsigned Size);
};
-} // End of
llvm
namespace
+} // End of
anonymous
namespace
// Register this pass...
char LibCallAliasAnalysis::ID = 0;