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:
69d3a95
)
Fix typo.
author
Devang Patel
<dpatel@apple.com>
Thu, 3 Aug 2006 16:34:35 +0000
(16:34 +0000)
committer
Devang Patel
<dpatel@apple.com>
Thu, 3 Aug 2006 16:34:35 +0000
(16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29497
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/LinkTimeOptimizer.h
patch
|
blob
|
history
diff --git
a/include/llvm/LinkTimeOptimizer.h
b/include/llvm/LinkTimeOptimizer.h
index 52532b1947f2e09ad11bcef10763e399461bbea0..c567a04ac8c601b1c72a3dd8ab00f133f79cf22f 100644
(file)
--- a/
include/llvm/LinkTimeOptimizer.h
+++ b/
include/llvm/LinkTimeOptimizer.h
@@
-44,7
+44,7
@@
namespace llvm {
LTOInternalLinkage // Rename collisions when linking (static functions)
};
- /// This class represent
e
s LLVM symbol information without exposing details
+ /// This class represents LLVM symbol information without exposing details
/// of LLVM global values. It encapsulates symbol linkage information. This
/// is typically used in hash_map where associated name identifies the
/// the symbol name.