From b09308d82abecaa8505728ceffa28b36c57eb761 Mon Sep 17 00:00:00 2001 From: Haicheng Wu Date: Thu, 26 Apr 2018 17:56:50 +0000 Subject: [GlobalMerge] Fix a typo now => know llvm-svn: 330965 --- llvm/lib/CodeGen/GlobalMerge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') 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 &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. -- cgit v1.2.3