Suppress build warning.

llvm-svn: 84453
This commit is contained in:
Daniel Dunbar 2009-10-19 01:20:42 +00:00
parent 69c2c4becc
commit 3d6f651652
1 changed files with 1 additions and 1 deletions

View File

@ -92,5 +92,5 @@ namespace {
void TypeLoc::initializeImpl(TypeLoc TL, SourceLocation Loc) {
do {
TypeLocInitializer(Loc).Visit(TL);
} while (TL = TL.getNextTypeLoc());
} while ((TL = TL.getNextTypeLoc()));
}