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:
737af82
)
Spell `occurrence' correctly.
author
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 8 Sep 2003 03:08:43 +0000
(
03:08
+0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 8 Sep 2003 03:08:43 +0000
(
03:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8388
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/SymbolTable.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/SymbolTable.cpp
b/lib/VMCore/SymbolTable.cpp
index ac69f522686bec811748078c85d37923a322464b..bebc26c15df363f20d5e570983590f5b81ba481c 100644
(file)
--- a/
lib/VMCore/SymbolTable.cpp
+++ b/
lib/VMCore/SymbolTable.cpp
@@
-293,7
+293,7
@@
void SymbolTable::refineAbstractType(const DerivedType *OldType,
if (TPI != end()) {
// Loop over all of the types in the symbol table, replacing any references
// to OldType with references to NewType. Note that there may be multiple
- // occur
a
nces, and although we only need to remove one at a time, it's
+ // occur
re
nces, and although we only need to remove one at a time, it's
// faster to remove them all in one pass.
//
VarMap &TyPlane = TPI->second;