diff options
author | Haicheng Wu <haicheng@codeaurora.org> | 2018-04-26 17:56:50 +0000 |
---|---|---|
committer | Haicheng Wu <haicheng@codeaurora.org> | 2018-04-26 17:56:50 +0000 |
commit | b09308d82abecaa8505728ceffa28b36c57eb761 (patch) | |
tree | f687d18610904eba8e8c913a43805e18c701d38a /llvm/lib/CodeGen/GlobalMerge.cpp | |
parent | b768d235a94570425698531a3ffad4d44b2a4db4 (diff) | |
download | bcm5719-llvm-b09308d82abecaa8505728ceffa28b36c57eb761.tar.gz bcm5719-llvm-b09308d82abecaa8505728ceffa28b36c57eb761.zip |
[GlobalMerge] Fix a typo
now => know
llvm-svn: 330965
Diffstat (limited to 'llvm/lib/CodeGen/GlobalMerge.cpp')
-rw-r--r-- | llvm/lib/CodeGen/GlobalMerge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GlobalMerge.cpp b/llvm/lib/CodeGen/GlobalMerge.cpp index e4fa544701d..ea33ea4b3bf 100644 --- a/llvm/lib/CodeGen/GlobalMerge.cpp +++ b/llvm/lib/CodeGen/GlobalMerge.cpp @@ -242,7 +242,7 @@ bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, // code (currently, a Function) to the set of globals seen so far that are // used together in that unit (GlobalUsesByFunction). // - // When we look at the Nth global, we now that any new set is either: + // When we look at the Nth global, we know that any new set is either: // - the singleton set {N}, containing this global only, or // - the union of {N} and a previously-discovered set, containing some // combination of the previous N-1 globals. |