diff options
Diffstat (limited to 'lib/Lex/PTHLexer.cpp')
-rw-r--r-- | lib/Lex/PTHLexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/PTHLexer.cpp b/lib/Lex/PTHLexer.cpp index a2d66fe075..19ff4942a8 100644 --- a/lib/Lex/PTHLexer.cpp +++ b/lib/Lex/PTHLexer.cpp @@ -656,7 +656,7 @@ IdentifierInfo* PTHManager::get(const char *NameStart, const char *NameEnd) { max = i; assert(!(max == min) || (min == i)); } - while (1); + while (min != max); return 0; } |